.big {
	font-family : Arial, Verdana, sans-serif;
	font-size : 19px;
	font-style : normal;
	font-weight : normal;
	color : Black;
	text-decoration : none;
}

.bigblue {
	font-family : Arial, Verdana, sans-serif;
	font-size : 19px;
	font-style : normal;
	font-weight : normal;
	color : Navy;
	text-decoration : none;
}

.medium {
	font-family : Arial, Verdana, sans-serif;
	font-size : 17px;
	font-style : normal;
	font-weight : normal;
	color : Black;
	text-decoration : none;
}

.standard {
	font-family : Arial, Verdana, sans-serif;
	font-size : 13px;
	font-style : normal;
	color : black;
	text-decoration : none;
}

.red {
	font-family : Arial, Verdana, sans-serif;
	font-size : 13px;
	font-style : normal;
	font-weight : normal;
	color : Red;
	text-decoration : none;
}

.smallred {
	font-family : Arial, Verdana, sans-serif;
	font-size : 10px;
	font-style : normal;
	font-weight : normal;
	color : Red;
	text-decoration : none;
}

.PD {
	font-family : Arial, Verdana, sans-serif;
	font-size : 13px;
	font-style : normal;
	font-weight : normal;
	color : #4169E1;
	text-decoration : none;
}

.FD {
	font-family : Arial, Verdana, sans-serif;
	font-size : 13px;
	font-style : normal;
	font-weight : normal;
	color : #DC143C;
	text-decoration : none;
}

.small {
	font-family : Arial, Verdana, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	color : Black;
	text-decoration : none;
}

.th {
	background-color : Silver;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

a:hover {
	color : Red;
	text-decoration : none;
}

.normal { 
	border:0px 
}

input,button,select,textarea	{font-family:verdana; font-size:10pt; border:1px solid ;}

