img.left {
padding-right: 7px;
padding-top: 4px;
padding-bottom: 4px;
}

img.right {
padding-left: 7px;
padding-top: 4px;
padding-bottom: 4px;
}

div#Content{
padding-left: 10px;	
padding-right: 10px;	
padding-top: 4px;
padding-bottom: 15px;
font-family: Arial;
font-size: 11px;
}






h1 {
	text-align: center;
}

h2 {
	text-align: center;
}

h3 {
	text-decoration:underline
}

.SmallBrightText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: White;
}

.SmallDarkText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Black;
}

.SmallBrightTextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: White;
	font-weight: bold;
}

.SmallDarkTextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Black;
	font-weight: bold;
}

.dark1pxborder {
	border: 1px;
	border-style: solid;
	border-color: Navy;
}

table.navyborder {
	border: 1px;
	border-style: solid;
	border-color: #0571F7;
}

.branding {
	font-family: Arial, Helvetica, sans-serif;
	color: White;
	font-size: 11px;
	font-weight: bold;
	padding-top: 2px;
}

a.BrandingLink:link {
	font-family: Arial, Helvetica, sans-serif;
	color: White;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a.BrandingLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: White;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a.BrandingLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: Yellow;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a.BrandingLink:active {
	font-family: Arial, Helvetica, sans-serif;
	color: White;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

table.pagetitle {
   font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	font-weight: bold;
	height: 28px;
	background: #D8D8D8;
	background-image: url(/images/title_bg.jpg);
	text-align: center;
	vertical-align: middle;
	border-color: Black;
	border-width: 2px;
	border-style: dotted;
}

.sitename {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #89815D;
	font-weight: bolder;
	padding-top: 7px;
	text-transform: uppercase;
}

.companymotto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E3D0BF;
	font-weight: bold;
}

.siteurl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #AD7E49;
	font-weight: bold;
	letter-spacing: 10px;
}

a:link {
	font-family: Arial;
	color: Brown;
	font-weight: bold;
	text-decoration: blink;
}

a:visited {
	font-family: Arial;
	color: Brown;
	font-weight: bold;

}

a:hover {
	font-family: Arial;
	color: Black;
	font-weight: bold;

}

a.:active {
	font-family: Arial;
	color: Brown;
	font-weight: bold;

}

.FooterText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a.FooterLink:link {
	font-family: Arial;
	color: Black;
	font-weight: bold;
	text-decoration: none;
}

a.FooterLink:visited {
	font-family: Arial;
	color: Black;
	font-weight: bold;
	text-decoration: none;
}

a.FooterLink:hover {
	font-family: Arial;
	color: Brown;
	font-weight: bold;
	text-decoration: none;
}

a.FooterLink:active {
	font-family: Arial;
	color: Black;
	font-weight: bold;
	text-decoration: none;
}

body {
	scrollbar-3dlight-color: White;
	scrollbar-arrow-color: White;
	scrollbar-base-color: #097278;
	scrollbar-darkshadow-color: #CCCCCC;
	scrollbar-face-color: #89815D;
	scrollbar-highlight-color: #EAF0F0;
	scrollbar-shadow-color: #586A79;
	scrollbar-track-color: #F3F0DD;
	background: #000000 url('/images/background.jpg') top center;
	background-attachment: fixed;	
}

.colortable {
	background-color: #CCCCCC;
	border-bottom: 2px dotted #2F4F4F;
	border-left: 2px dotted #2F4F4F;
	border-right: 2px dotted #2F4F4F;
	border-top-color: #2F4F4F;
	border-top-style: dotted;
	border-top-width: 2px;
	font-family: Arial;
	font-size: 11px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

.opacity {
filter:alpha(opacity=50);
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

table.headingbox {
	background: url(/images/headings.jpg);
	text-align: center;
	vertical-align: middle;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding: 0px 0px 0px 0px;
}
	
.headingtextbg {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: black;
font-weight: bold;
height: 24px;
background: #D8D8D8;
background-image: url(/images/title_bg.jpg);
text-align: center;
}