/* CSS Document */

body{
	margin-left:0; 
	margin-top:0; 
	margin-bottom:0; 
	margin-right:0;
	padding: 0px;
	background: url(../images/bckgroundvert.gif);    /*the path to your image*/
	background-repeat: repeat-y;
	background-position: center center;
	background-color: #666666;
	
}


.Hdr1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #2B5690;
}
.Hdr2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	padding-left: 10px;

.bgcolor{
	background-color:#8BB381;
}

.bgimage{
	background-image:"images/tile_bg.jpg";
}

.whitebg{
	background-color:#8BB381;
}

.yellow{
	background-color:#FFCE49;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
}

.borderleft{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:right;
	height:20px;
	background-color:#ffffff;
	border-left:solid 1px, #000000;
}

.footer{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:left;
	height:20px;
	background-color:#666666;
	border-top:solid 1px, #000000;
}

p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:5px;
	background-color:#ffffff;
	text-align:justify;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	letter-spacing: normal;
	word-spacing: normal;
}
li{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	letter-spacing: normal;
	word-spacing: normal;
}
ul{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	letter-spacing: normal;
	word-spacing: normal;
}
.menutable TD{
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-color: gray;
	//border-collapse: separate;
	background: url(../images/menuback.GIF);
	background-repeat: repeat-x;
	background-position: center center;
	background-color: #666666;
}

.menu{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
	font-size:10px;
	padding:0px;
	background: url(../images/menuback.GIF);
	background-repeat: repeat-x;
	background-position: center center;
	background-color:#666666;
	text-decoration:none;
}

.menu:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#666666;
	font-size:10px;
	text-decoration:none;
	padding:0px;
	background: url(../images/menuback.GIF);
	background-repeat: repeat-x;
	background-position: center center;
	background-color:#666666;
}
.menu:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
	font-size:10px;
	text-decoration:none;
	padding:0px;
	background: url(../images/menuback.GIF);
	background-repeat: repeat-x;
	background-position: center center;
	background-color:#666666;
}
	
.hyperlink {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#465CFF;
	padding:6px;
	text-decoration:none;
}
.hyperlink:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	padding:6px;
	color:#465CFF;
	text-decoration:underline;
}
.hyperlink:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	padding:6px;
	color:#FF6C00;
	text-decoration:none;
}
.logintext{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:8px;
	background-color:#ffffff;
	text-align:justify;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.textbold{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:8px;
	background-color:#ffffff;
	text-align:justify;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

.textbox{
	border-left:solid 1px, #000000;
	border-right:solid 1px, #000000;
	border-top:solid 1px, #000000;
	border-bottom:solid 1px, #000000;
}