BODY
{
	font-size: 12px;	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

P
{
	font-size: 12px;	
}

TD
{
	font-size: 12px;
}

.medium_font
{
	font-size: 12px;	
}

.big_font
{
	font-size: 15px;	
	font-weight : bold;
}

.bold_font
{
	font-weight : bold;
}

.field_name
{
	font-weight: normal;
	font-size: 12px;
	font-family : Verdana;
	background-color : #E5E5E5;
}

.field_selected
{
	font-weight: bold;
	font-size: 12px;
	font-family : Verdana;
	background-color : #68A0C1;
}

.small_title
{
	font-family : Verdana;
	font-weight: bold;
	font-size: 12px;
	background-color: #78BCFF;
	color: #ffffff;
}

.big_title
{
	font-family : Verdana;
	font-weight: bold;
	font-size: 17px;
	background-color: #003399;
	color: #ffffff;
}

.warning_font
{
	font-weight: bold;
	color: Black;
	background: #E0FFFF;
	font-family: Verdana;
	font-size: 12px;
}

.important_font
{
	font-size: 12px;
	font-family : Verdana;
	font-weight: normal;
	background: #FFF2FF;
}

.link_font
{
	font-size: 12px;
	font-family : Verdana;
	font-weight: bold;
	background: #68A0C1;
}

.info_font
{
	font-size: 14px;
	font-family : Verdana;
	font-weight: normal;
	background: #E5E5E5;
	font: bold;
}

INPUT
{
	font-family: Verdana;
	height : 21px;
	font-size : 13px;
}

TEXTAREA
{
	font-family: Verdana;
	font-size : 13px;
}

SELECT
{
	font-family: Verdana;
	border : medium none;
}

A
{
	font-size: 12px;
	text-decoration: underline;
	color:#000000;
}

A:HOVER
{
	font-size: 12px;
	text-decoration: underline;
	background:#006699;
	color: #ffffff;
}

