BODY
{
	font-size: smaller;
	margin: 0px;
	color: black;
	font-family: Verdana, Arial, Helvetica;
	background-color: #ffffff;
	background-repeat: repeat-x;
}

a
{
	color: rgb(161,31,10);
}

A:active 
{
	color: rgb(161,31,10);	
}

A:link
{
	color: rgb(161,31,10);	
}

A:visited
{
	color: rgb(161,31,10);	
}

UL
{
	list-style-position: outside;
	line-height: 20px;
	list-style-type: square;
}

table
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 13px;
	color: #000000;
}

td
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 13px;
	color: #000000;
}

UL.bulletless
{
	margin:  5, 5, 10, 10;
	list-style-type: none;
	line-height: 18px;
}

UL.small
{
	list-style-position: outside;
	font-size: 8pt;
	text-transform: uppercase;
	line-height: 17px;
	list-style-type: square;
}

.highlight
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 13px;
	color: #cc0000;
}

.highlight_bold
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	color: #cc0000;
}

.title
{
	font-size: medium;
	text-transform: capitalize;
	color: #666666;
	font-family: Verdana, Arial, Helvetica;
}

.title2
{
	font-weight: bold;
	font-size: 9pt;
	text-transform: capitalize;
	color: #666666;
	font-family: Verdana, Arial, Helvetica;
}

.subtitle1
{
	font-size: 10pt;
	font-weight: bold;
	color: black;
	font-family: Verdana, Arial, Helvetica;
}

.subtitle2
{
	font-weight: bold;
	font-size: 10pt;
	color: rgb(127,55,7);
	font-family: Verdana, Arial, Helvetica;
	letter-spacing: 1pt;
}

.news_title
{
	font-weight: bold;
	font-size: 12px;
	color: rgb(161,31,10);
	font-family: Verdana, Arial, Helvetica;
}

.news_date
{
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica;
	letter-spacing: 1pt;
}

.news_hightlight
{
	font-size: 12px;
	font-weight: bold;
	color: black;
	font-family: Verdana, Arial, Helvetica;
}

.withborder
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 13px;
	color: black;
	background-color: grainsboro;
	border-color: rgb(127,55,7);
	border-width: 1px;
	border-style: outset;
	width: 100%;
}

.mandatory
{
	color: red;
}

.errormessage
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #cc0000;
}

.confirmmessage
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	color: rgb(161,31,10);
}


.NormalButton
{
	font-size: 7pt;
	vertical-align: baseline;
	text-transform: uppercase;
	color: rgb(204,102,0);
	font-family: Verdana;
	background-color: whitesmoke;
	text-align: center;
}

.NormalInput
{
	font-size: 8pt;
	vertical-align: baseline;
	font-family: Verdana;
	background-color: transparent;
}

#search form{
	margin:0 0 10px;
	padding:0;
}
input.text{
	vertical-align:top;
	margin-top:8px;
	border:1px solid #CC6600;
}

#cse-search-results{
	width:555px;
	overflow:hidden;
}