/* CSS Document */

a:visited 	{color: #413837; text-decoration: none}
a:link 	{color: #413837; text-decoration: none}
a:hover 	{color:#413837; text-decoration: none}
body
{
	margin-bottom:0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top:0px;
	background-color:#999999 ;
}

.lightgrey {
	background-color: #f6f4f4;
}

.greybg { background-color: #bdbdbd; }
.whitebg { background-color:#FFFFFF; }

/* menu */

.menutop {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration:none;
}

.menutop a:link {
	color: #000000;
	text-decoration:none;
}
.menutop a:active {
	color: #000000;
	text-decoration:none;
}

.menutop a:visited
 {
	color: #000000;
	text-decoration:none;
}
.menutop a:hover
 {
	color: #000000;
	text-decoration:underline;
}

.menucenter {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	text-decoration:none;
}

.menucenter a:link {
	color: #333333;
	text-decoration:underline;
}
.menucenter a:visited
 {
	color: #333333;
	text-decoration:underline;
}
.menucenter a:hover
 {
	color: #333333;
	text-decoration:none;
}
.leftmenu {
	font-family: "Trebuchet MS", Tahoma, verdana, arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 20px;
}

.powered {
	font-family: "Trebuchet MS", Tahoma, verdana, arial;
	font-size: 11px;
	color: #413837;
	text-decoration : none;

}
.powered A
{
	font-family: "Trebuchet MS", Tahoma, verdana, arial;
	font-size: 11px;
	color: #413837;
	text-decoration : none;
}
.powered A:active
{
	font-family: "Trebuchet MS", Tahoma, verdana, arial;
	font-size: 11px;
	color: #413837;
	text-decoration : none;
}
.powered A:link
{
	font-family: "Trebuchet MS", Tahoma, verdana, arial;
	font-size: 11px;
	color: #413837;
	text-decoration : none;
}
.powered A:visited
{
	font-family: "Trebuchet MS", Tahoma, verdana, arial;
	font-size: 11px;
	color: #413837;
	text-decoration : none;
}
.powered A:hover { font-family: "Trebuchet MS", Tahoma, verdana, arial; font-size: 11px; color: #000000; text-decoration : none;
}

.content{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: none;
	color: #333333;
	text-decoration:none;
}

.content a:link {
	color: #333333;
	text-decoration:underline;
}
.content a:visited
 {
	color: #333333;
	text-decoration:underline;
}
.content a:hover
 {
	color: #333333;
	text-decoration:none;
}

.heading
{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: large;
	font-weight: none;
	color: #333333;
	text-decoration:underline ;
}
.tableborder 
{
	font-family: verdana;
	font-size: 12px;
	color: #444444;
	TEXT-DECORATION: none;
	border: 1px solid #DACFBC;

}
.textbox
{
font-size: 10px;
color: #012141;
font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
letter-spacing: 1pt;
border-style: solid;
border-width: 1px;
border-color:#CCCCCC;
}
.textbox_cum
{
font-size: 10px;
color: #012141;
font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
letter-spacing: 1pt;
border-style: solid;
border-width: 1px;
border-right-width:2px;
border-right-color:#FF0000;
border-left-color:#CCCCCC;
border-top-color:#CCCCCC;
border-bottom-color:#CCCCCC;
}
.formfield { border-bottom: #D2D9E6 1px solid; background-color: #F8F8F9; font-size: 11px;font-family: "Trebuchet MS", Tahoma, Verdana, Arial; color:#333333; }
.formfieldwhite { border-bottom: #dfdddd 1px solid; font-size: 11px; font-family: "Trebuchet MS", Tahoma, Verdana, Arial; background-color: #ffffff; color:#333333; text-decoration : none;}

.contentbox { BORDER-TOP: #f1f5f8 1px solid; BORDER-RIGHT: #f1f5f8 1px solid;  BORDER-LEFT: #f1f5f8 1px solid; border-bottom: #f1f5f8 1px solid; background-color: #ffffff;}