

input,select,text,textarea
{
	background-color: #9B0031;
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: white;
}

.submit
{
	background-color: #28354c;
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: white;
}

/* Items properties */
body
{
	color: #28354c;
	font-weight: regular;
	line-height: 16px;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	scrollbar-base-color: #28354c;
}

.bolder
{
	color: #28354c;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

/* Link properties */
A
{
	text-decoration: none;
	font-weight: bold;
}

A:link
{
	color: #28354c;
	text-decoration: none;
	font-weight: bold;
}

A:visited
{
	color: #69788a;
	text-decoration: none;
	font-weight: bold;
}

A:active
{
	color: #69788a;
	text-decoration: none;
	font-weight: bold;
}

/* Header properties */
.header
{
	color: #28354c;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

H2
{
	color: #28354c;
	/*line-height: 0px;*/
	font-size: 18px;
	font-weight: normal;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

H3
{
	color: #28354c;
	/*line-height: 0px;*/
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

/* Sample Font Tags for HTML */
/* <LINK REL="stylesheet" TYPE="text/css" HREF="/main/css/fonts.css" TITLE="fonts"> */
/* <FONT FACE="Verdana,Geneva,Arial,Helvetica,sans-serif" SIZE=1 CLASS="V9"> */
/* <FONT FACE="Geneva,Verdana,Arial,Helvetica,sans-serif" SIZE=1 CLASS="G10"> */
/* <FONT FACE="Geneva,Arial,Helvetica,sans-serif" SIZE=2 CLASS="G12"> */
/* <FONT FACE="Lucida Grande,Geneva,Verdana,Arial,Helvetica,sans-serif" SIZE=2 CLASS="L12"> */
/* <FONT FACE="Times,serif" SIZE=2 CLASS="T13"> */
