body	{
	font-family:tahoma, verdana, arial;
	background-color: #ffffff;
	font-size:11px;
}

td	{
	font-family:verdana, arial;
	font-size:11px;
	line-height: 15px;
	color:#707070;
}

.pagetitle, .pagesubtitle {
	font-size:14px;
	padding-bottom:8px;
	font-weight:bold;
	font-family:georgia, verdana;
	color:#e8641b;
}

.pagesubtitle {
	font-size:11px;
	color:#aa0000;
	font-weight:normal;
}

.date {
	color:#e8641b;

}
.tableheader {
	color:#ffffff;
	font-weight:bold;
	text-align:center;
}

.table_hover {
	background-color:#DDDDDD;
}

.table_link {
	background-color:#EFEFEF;
}


.copyright {
	color:#ffffff;
}


a:link, a:hover, a:visited, a.image_link:link {
	font-weight:bold;
	font-size:11px;
	color:#0568b2;
	line-height:15px;
	font-family:tahoma;
	text-decoration:none;
}

a:hover {
	color:#ffffff;
	background-color: #0568b2;
	text-decoration:none;
}

a.image_link:hover {
	background-color: transparent;
	
}


.inputtext, .inputtextarea	{
	font-size:10px;
	width:auto;
	height:20px;
	border:1px solid #AFAFAF;
	color:#646464;
	text-align:left;
}

.inputtextarea {
	height:auto;
	font-size:12px;
}

.readonly	{
	background-color: #EEEEEE; 
	border: 1px #BDBDBD solid; 
	font-family:arial;
	font-size: 12px; 
	line-height:10px;
	font-weight: normal; 
	color: #898989;
	padding-left:10px;
	padding-top:4px;
	padding-bottom:4px;
	padding:4px;
}

.btn_save, .btn_cancel	{
	background-image: url('../images/modules/btn_submit.gif');
	background-color: #ffffff; 
	font-family: arial; 
	color: #aa0000;
	border:0px;
	font-size: 11px; 
	line-height:16px; 
	font-weight: bold; 
	text-transform:uppercase;
	width:80px; 
	height:18px;
	cursor:hand;
}

.btn_cancel {
	background-image: url('../images/modules/btn_cancel.gif');
}
