body {
	background-color: #1890B5;
}

td {
	font: normal 11px Tahoma, Arial;
	color: #4c4c4c;
}

h1, h2, h3, h4, h5 {

    color: #460a04;
    margin: 0px;
}


h1 {
    font-size: 18px;
}

h2 {
    font-size: 16px;
}

h3 {
	background				: #FFFFFF;
	background-image		: url('images/bullet.gif');
	background-repeat		: no-repeat;
	padding-left			: 22px;
	font-size				: 90%;
	color					: #336677 ;

}


a {

font: normal 11px Tahoma, Arial;
color: #414141;
}

a:hover {

font: normal 11px Tahoma, Arial;
color: #00527d;
text-decoration: none;

}

a.white-link-underline {	
	text-decoration: underline;
	color: #FFFFFF;
}

.white-text{
color: #ffffff;

}


.blue-text-underline {
color:#000044;
text-decoration: underline;
}

.blue-text-regular {
color:#000044;
}

.blye-text-underline {
color: #348cbc;
text-decoration: underline;
}

.blye-text-regular {
color: #348cbc;
}

.yellow-text-regular {
color: #db9a00;
}

.yellow-text-underline {
color: #db9a00;
text-decoration: underline;
}

.orange-text-regular {
color: #ca6011;
}

.orange-text-underline {
color: #ca6011;
text-decoration: underline;
}

.red-text-regular {
color: #920f0d;
}

.red-text-underline {
color: #920f0d;
text-decoration: underline;
}


.gray-text{
color:#CCCCCC;
}

.green-text{
color: #76950b;
}


#menuSystem	{
			position:relative; 
			left: 0px; 
			top: 5px; 
			z-index: 1;
			font-size: 120%;
}
#menuSystem table { 
			font-family: arial narrow,verdana,geneva,sans serif; 
			font-size: 14px; 
			border-collapse:collapse;
}

#menuSystem table td { 
			padding:0px; 
}

#mainTable table { 
			border:none; 
			border-collapse:collapse; 
}
#mainTable th { 
			background-color: #1890B5; 
 			width:210px; 
			text-align:left; 
			color:#cccccc;
			font-weight:bold;
			font-size: 110%; 
}
#mainTable table td	{ 
			background-color: #1890B5; 
			padding-left: 3px; 
			text-align:left;
}

#mainTable a { 
			color: #FFFFFF; 
			padding-left: 3px; 
			font-family: verdana,geneva,sans serif; 
			font-size: 100%; 
			text-decoration: none 
}

#mainTable a:link { 
			color: #FFFFFF; 
			padding-left: 3px; 
			font-family: verdana,geneva,sans serif; 
			font-size: 100%; 
			text-decoration: none 
}

#mainTable a:hover { 
			color: #ffffff; 
			padding-left: 3px; 
			background-color:#2BA3C3; 
			font-family: verdana,geneva,sans serif; 
			font-size: 100%; 
			text-decoration: none; 
			display:block; 
}

