body {
	background-image:     url("Pics_GIF/global_background.gif");
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}

.second_back {
	background-image:    url(Pics_GIF/Second_Background.gif);
	background-repeat: repeat-y;
	background-position: center;
}

p {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	padding : 0px;
	text-align : left;
	text-indent : 0px;
	vertical-align: top;
	font-weight: 400;
	top: 0px;
	text-align: justify
}

p.bold {
	font-size : 12px;
	font-weight: 600;
	margin : 0px 28px;
	line-height: 18px;
}

p.head1 {
	font-size : 18px;
	margin : 10px 28px;
	font-weight : bolder;
	line-height: 22px;
	color: #669933;
}

p.head2 {
	font-size : 14px;
	margin : 10px 28px 12px;
	font-weight : bold;
	line-height: 20px;
}

p.head2_inside {
	font-size : 14px;
	margin : 0px;
	font-weight : bold;
	line-height: 20px;
}

p.content {
	font-size : 12px;
	margin : 0px 28px 0px 28px;
	font-weight : normal;
	line-height: 18px;
}

p.content_italic {
	font-size : 12px;
	margin : 0px 28px 0px 28px;
	font-weight : normal;
	line-height: 18px;
	font-style:italic;
}

p.content_inside {
	font-size : 12px;
	margin : 0px;
	font-weight : normal;
	line-height: 18px;
}

p.content_vert_middle {
	font-size : 12px;
	margin : 0px 28px;
	font-weight : normal;
	line-height: 18px;
	vertical-align:middle;
}

p a:link {
	color : #669933;
	text-decoration: none;
	font-weight: 500;
}

p a:visited {
	color : #336600;
	text-decoration: none;
	font-weight: 500;
}

p a:hover {
	color : #66CC00;
	text-decoration : underline;
	font-weight: 500;
}

.aligner {
	text-align: left;
	vertical-align: top;      
}

.spacer_background {
	width: 18px;
}
.main_bg_top {
	background-image: url(Pics_GIF/main_background_top.gif);
	background-repeat: no-repeat;
}
.main_bg_middle {
	background-image: url(Pics_JPEG/main_bg_middle.jpg);
	background-repeat: repeat-y;
	vertical-align:middle;
}
.main_bg_bottom {
	background-image: url(Pics_JPEG/main_bg_bottom.jpg);
	background-repeat: no-repeat;
}
.content_bg_bottom {
	background-image: url(Pics_GIF/content_background_bottom.gif);
	background-repeat: no-repeat;
}
.content_bg_middle {
	background-image: url(Pics_GIF/content_background_middle.gif);
	background-repeat: repeat-y;
}
.content_bg_top {
	background-image: url(Pics_GIF/content_background_top.gif);
	background-repeat: no-repeat;
}
.menu_bg_top {
	background-image: url(Pics_GIF/menu_background_top.gif);
	background-repeat: no-repeat;
}
.menu_bg_middle {
	background-image: url(Pics_GIF/menu_background_middle.gif);
	background-repeat: repeat-y;
}
.menu_bg_bottom {
	background-image: url(Pics_GIF/menu_background_bottom.gif);
	background-repeat: no-repeat;
}
.menu {
	padding: 4px 4px 4px 4px;
}
.version {
	padding-left: 24px;	
}
.projectimages {
	border: thin solid #000000;
}
