a:link {
	color : #CC0000;
	text-decoration : underline;
}

a:visited {
	color : #993300;
	text-decoration : none;
}

a:active {
	color : #FF0000;
	text-decoration : underline;
}

a:hover {
	color :  #FF0000;
	text-decoration : underline;
}

body, td {
	color : black;
	font-family : Verdana,Arial,Helvetica,sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
}

select,input,select,textarea {
	color : black;
	font-family : Verdana,Arial,Helvetica,sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
}

.txt {
	color : #46556D;
	font-family : Verdana,Arial,Helvetica,sans-serif;
	font-size : 11px;
	font-weight : normal;
	line-height : 14px;
}

.txttable {
	color : #46556D;
	font-family : Verdana,Arial,Helvetica,sans-serif;
	font-size : 11px;
	font-weight : normal;
}

.txttab {
	color : #46556D;
	font-family : Verdana,Arial,Helvetica,sans-serif;
	font-size : 11px;
	font-weight : normal;
	border-bottom: 1px dashed red;
}

.txttabheader {
	background-color : #9A9A9A;
	color : #FFFFFF;
	font-family : Verdana,Arial,Helvetica,sans-serif;
	font-size : 11px;
	font-weight : normal;
	text-align: left;
}

.txtsmall {
	color : #46556D;
	font-family : Verdana,Arial,Helvetica,sans-serif;
	font-size : 9px;
	font-weight : normal;
}

