/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
}

hr {
    border: 0px;
    height:1px;
    width:100%;
    background-color: #dddada;
	color: #dddada;
   }


.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #555555;
	line-height: 24px;
}

.image1 {
	border: 1px solid #dad2d2;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 10px;
}

.image2 {
	border: 1px solid #dad2d2;
	margin-top: 5px;
	margin-left: 15px;
	margin-bottom: 10px;
}

a:link { 
	color: #cc3300;
	text-decoration: underline;
	}
a:visited { 
	color: #cc3300;
	text-decoration: underline;
	}
a:hover { 
	color: #cc3300;
	text-decoration: none;
	}
a:active { 
	color: #cc3300;
	}

.footlink:link { 
	color: #ffffff;
	text-decoration: underline;
	}
.footlink:visited { 
	color: #ffffff;
	text-decoration: underline;
	}
.footlink:hover { 
	color: #ffffff;
	text-decoration: none;
	}
.footlink:active { 
	color: #ffffff;
	}
	
.style3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
}

.style4 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #666666;
}

.style5 {
margin: 5px 12px 0px 12px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #666666;
}

.style7 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
color: #990000;
border-bottom: 1px solid #e2d8cc;
}


.style8 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
color: #990000;
font-weight:bold;
}


h2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 15px;
color:#990000;
}

table.sample {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: dotted dotted dotted dotted;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
}
table.sample th {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: dotted dotted dotted dotted;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sample td {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: dotted dotted dotted dotted;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}	


.style6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	line-height: 18px;
}



.style6 ul{
margin-left: 0px;
margin-right: 10px;
margin-top: 5px;
margin-bottom: 0px;
padding-left: 10px;
list-style-type: none;
}


.style6 li{
background: url("images/bullet.gif") no-repeat 0px 7px;
padding-left: 9px;
}

.glossymenu{
margin: 0 8px;
padding: 0;
width: 173px; /*width of menu*/
}

.glossymenu a.menuitem{
background: black url(images/glossyback.gif) repeat-x bottom left;
font: normal 14px Arial, Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 8px 0;
padding-left: 0px;
text-decoration: none;
text-align: center;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 8px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(images/glossyback2.gif);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid #feaf5b;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 13px Arial, Helvetica, sans-serif;
color: #555555;
text-decoration: none;
text-align: left;
padding: 4px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
colorz: white;
}


