
A  {
	font-size: x-small;
	font-family : Arial;
	color : #FF0000;
}

A:Visited  {
	font-family : Arial;
	color : #800000;
}

A:Active  {
	font-family : Arial;
	color : #000080;
}

A:Hover  {
	font-family : Arial;
	color : #FF8080;
}


.tblheader
{
	font-size: x-small;
	font-weight: bold;
	background-color: #DBDBDB;
}

.data{
	font-size:x-small;
	background-color:white;
}
.biglnk{
	font-size:small;
	font-weight: bold;
}
.title  {
	font-size : medium;
	font-family : Arial;
	
	color : #000000;
}
.tbldesc {
	font-size : xx-small;
	font-family: TimesNewRoman;
	font-style: italic;
}
.req {
	font-size : x-small;
	font-family: TimesNewRoman;
	font-style: italic;
	color: red;
}
.bold{
	font-weight: bold;
}

