body
	{
	margin: 0px;
	background: #ffffff url(images/body-bg.gif) repeat-x top;
	}

body, TD, A
	{
	font: 12px Tahoma, Arial;	
	color: #666666;	
	line-height: 16px;
	}

big 	{
	font-size: 26px;
	}	
	
A:hover
	{
	color: #336193;	
	}
	
input, select, textarea
	{
	background: #ffffff;
	font: 13px Tahoma, Arial;
	color: #666666;
	border: 1px solid #003978;
	}	
.mn-sel
	{
	background: #ebeef5;
	cursor: pointer;	
	color: #336193;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;	
	}
	
.mn-sel A	
	{
	font: bold 12px Tahoma, Arial;
	color: #336193;
	text-decoration: none;	
	}
	
.mn-left-sel
	{
	background: #ebeef5 url(images/mn-lf-sel.gif) no-repeat top left;
	width: 5px;
	}
.mn-right-sel
	{
	background: #ebeef5 url(images/mn-rt-sel.gif) no-repeat top right;
	width: 5px;
	}

.mn
	{
	background: #ffffff url(images/mn-bg.gif) repeat-x top;
	cursor: pointer;	
	font: 11px Tahoma, Arial;
	color: #666666;
	padding-left: 13px;
	padding-right: 14px;		
	padding-bottom: 2px;	
	}
	
.mn A
	{
	color: #666666;
	text-decoration: none;	
	}
		
.mn-left
	{
	background: #ffffff url(images/mn-lf.gif) no-repeat top left;
	width: 5px;
	}
.mn-right
	{
	background: #ffffff url(images/mn-rt.gif) no-repeat top right;
	width: 5px;
	}	
	
.stat-center
	{
	background: #ffffff url(images/stat-bg-cen.gif) repeat-x bottom;
	font-size: 10px;
	}
	
.stat-bottom
	{
	background: url(images/stat-bg-bot.gif) repeat-x top;
	}
		
.pane	
	{
	background: #fefefe url(images/pn-bg.gif) repeat-x top;
	}
	
/*************/
/**  Text   **/	
/*************/	
h1
	{
	font: 20px Georgia, Times New Roman, Arial,Tahoma;
	color: #003978;	
	margin-bottom: 0px;
	}
	
h1 b
	{
	font-size: 18px;
	}

	
h2, h2 a
	{
	font: bold 14px Tahoma, Arial;
	color: #003978;
	}

.blue
	{
	color: #003978;
	}
	
	
/*************/
/**  Tables   **/	
/*************/		
.tblGeneral	
	{
	font: 11px Tahoma, Arial;
	color: #666666;		
	}
.tblGeneral	THEAD TD
	{
	background-color: #758bbd;
	font-weight: bold;
	color: #ffffff;
	border-bottom: 0px;
	border-left: 1px solid #ffffff;
	padding: 0px;
	}	
	
.tblGeneral	THEAD A
	{
	font-weight: bold;
	color: #ffffff;
	}	
	
.tblGeneral	THEAD A:hover	
	{
	text-decoration: underline;
	color: #ffffff;
	}
	
.tblGeneral	TD	
	{
	border-bottom: 1px dotted #758bbd;
	padding: 7px;
	}

.tblGeneral	A
	{
	text-decoration: none;
	color: #003978;		
	}