a,a:link{
	color: #000000;
	text-decoration: underline;
}

a:hover{
	color: #FF0000;
	text-decoration: underline;
}
a.lm,a.lm:link{
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}

a.lm:hover{
	color: #FF0000;
	text-decoration: none;
}

a.tl,a.tl:link{
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
	text-transform:uppercase;
	font-size:10px;
}

a.tl:hover{
	color: #F1F1F1;
	text-decoration: none;
}
a.cl,a.cl:link{
	color: #312775;
	text-decoration: underline;
}

a.cl:hover{
	color: #FF0000;
	text-decoration: underline;
}

html,body{
	margin: 0px;
	padding: 0px;
	height:100%;
	background-color:#E5EEFF;
}

input, textarea {
	font-family: Tahoma;
	font-size: 11px;
}

td{
	color: #000000;
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}
table.border{
border-color: black;
border-style: solid;
border-width: 0 1px 1px 0
}

table.border td, table.border th{
border-color: black;
border-style: solid;
border-width: 1px 0 0 1px
}
