a:link {
	color:#039;
	text-decoration: none;

}
a:visited {
	color:#039;
	text-decoration: none;
}
.txtMain a:link {
	color: #CC6600;
	text-decoration: none;
}
.txtMain a:visited {
	text-decoration: none;
	color: #000099;
}
.txtMain a:hover {
	text-decoration: none;
	color: #C48002;
}
.txtMain a:active {
	text-decoration: none;
	color: #C48002;
}

p a {
	color : #003C5E;
	text-decoration: none;
	font-weight:bold;
}

p a:hover {
	color : #003C5E;
	text-decoration: none;
}

.tblLight {
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #FFF5EC;
}
.tblHeader {
	font-family: verdana;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #FFB871;
	font-weight: bold;
	text-transform: capitalize;
}

.tblDark {
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #FFECD7;
}
.tblHeader a:link {
	color: #000000;
	text-decoration: none;
}
.tblHeader a:visited {
	text-decoration: none;
	color: #000000;
}
.tblHeader a:hover {
	text-decoration: none;
	color: #C48002;
}
.tblHeader a:active {
	text-decoration: none;
	color: #C48002;
}
.tblLight a:link {
	color: #003399;
	text-decoration: none;
}
.tblLight a:visited {
	text-decoration: none;
	color: #003399;
}
.tblLight a:hover {
	text-decoration: none;
	color: #FF6600;
}
.tblLight a:active {
	text-decoration: none;
	color: #C48002;
}
.tblDark a:link {
	color: #003399;
	text-decoration: none;
}
.tblDark a:visited {
	text-decoration: none;
	color: #003399;
}
.tblDark a:hover {
	text-decoration: none;
	color: #FF6600;
}
.tblDark a:active {
	text-decoration: none;
	color: #C48002;
}
input {
	color : #000000;
	font-size : 12px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}
div {
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
}
.px {
	padding-top : 0px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	margin-top : 2px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
}
.right {
	color : #003C5E;
	margin-top : 5px;
	padding-bottom : 10px;
	margin-bottom : 0px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}
.right b {
	color : #EF6D00;
}
.right a {
	color : #003C5E;
}
.right a:hover {
	color : #000000;
}
.left {
	color : #FFFFFF;
	margin-top : 0px;
	padding-bottom : 10px;
	margin-bottom : 0px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}

.left a {
	color : #003C5E;
}

.left a:hover {
	color : #003C5E;
}

p {
	color : #000000;
	margin-top : 5px;
	padding-bottom : 10px;
	margin-bottom : 0px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
}

.bot {
	color : #000000;
	
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
}

.bot a {
	color : #000000;
	text-decoration: none;
}

.bot a:hover {
	color : #294A7B;
}

.txtMain {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size:large;
	color:#F90;
	font-family:Verdana, Geneva, sans-serif;
}
h2 {
	font-size:10px;	
		font-family:Verdana, Geneva, sans-serif;
}
h4{
	font-size: medium;
	color:#ffffff;
	font-family:Verdana, Geneva, sans-serif;
}
h5 {
	font-size: 12px;
	color: #ef6d00;
		font-family:Verdana, Geneva, sans-serif;
}

.messagebox{
 position:absolute;
 width:100px;
 margin-left:30px;
 border:1px solid #c93;
 background:#ffc;
 padding:3px;
}

.messageboxok{
 position:absolute;
 width:auto;
 margin-left:30px;
 border:1px solid #349534;
 background:#C9FFCA;
 padding:3px;
 font-weight:bold;
 color:#008000;
}

.messageboxerror{
 position:absolute;
 width:auto;
 margin-left:30px;
 border:1px solid #CC0000;
 background:#F7CBCA;
 padding:3px;
 font-weight:bold;
 color:#CC0000;
}
.thTableEvenRow{
background-color:#FC6;	
}
thTableEvenRow{
background-color:#FF9;	
}