@charset "utf-8";
/* CSS Document */

.heading{
	font-family:verdana, "Times New Roman", Times, serif;
	font-size:12px;
	color: #333333;
	font-weight :bold;
}


.bodytext{
	font-family:verdana, "Times New Roman", Times, serif;
	font-size:10px;
	color: #333333;

}

.navigation{
	font-family:verdana, "Times New Roman", Times, serif;
	font-size:11.5px;
	color: #000000;

}

.bodytextBig{
	font-family:verdana, "Times New Roman", Times, serif;
	font-size:12px;
	color: #333333;
}

.alert{
	font-family:verdana, "Times New Roman", Times, serif;
	font-size:11px;
	color: red;
	font-weight: bold;
}

.sysmsg{
	font-family:verdana, "Times New Roman", Times, serif;
	font-size:11px;
	color: black;
	font-weight: bold;
}
.formFields
{
	font-family: verdana;
	font-size: 11px;
	border: 1px solid #999999;

}

a:link { 

color: #000099;
font-weight:bold;
text-decoration:none;
} 

a:visited { 

color: #000099;
font-weight:bold;
text-decoration:none;
}

a:hover {


color: #990000;
font-weight:bold;
text-decoration:none;

}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #B8B8B8;
	color: "#000000";
	background-color: "#EBEBEB";
}

.table_main{

	border-width: thin;
	border-style:dashed;
	border-color:#810505;
	background:#fedada;
}

.table_blue{

	border-width: thin;
	border-style:solid;
	border-color:#132e56;
	background:#5577aa;
}
.table_sys_messages{
	border-style: solid;
	border-width:thin;
	border-color:#dadada;
	background:#ffffff;

}

.table_white{
	border-style: solid;
	border-width:thin;
	border-color:#dadada;
	background:#ffffff;

}

.table_grey{
	border-style: solid;
	border-width:thin;
	border-color:#dadada;
	background: #e1e1e1;

}