body { 
	color: #333;
	background: #fff;
	font: 100%/110% Arial, Verdana, sans-serif;
	margin-left: 25px;
	margin-top:20px;
}

/* BEGIN: layout  */
#wrapper {text-align: left; width: 723px; background: #fff;}

#banner{ background: #fff;}

#left {float:left; width: 258px; padding-top:10px}

#right {
	float:right;
	width: 465px;
	padding-top:25px;
	
	
	/* default font-size and color */
	font-size: 78%;
	color: #333;
	
}

#bottom {
	clear:both;
	padding-top: 20px;
	background: #fff;
}
/* END: layout  */



p {
	font:12px Arial, Helvetica, sans-serif;
	text-align:left;
}

td {
	font-size : 9pt;
	text-align:left;
}

.small {
	font-size: 8pt;
}


.white {
	color : #fff;
}

.footer{
	font-size: 8pt;
	padding-top:5px;
}

a {
	color: #DF0029;
	text-decoration: none;
}

a:visited {
	color : #DF0029;
	text-decoration: none;
}

a:hover {
	color : #DF0029;
	text-decoration: none;
}

a:active {
	color : #DF0029;
	text-decoration: none;
}

a.link {
	color : #DF0029;
	text-decoration: underline;
}

a.link:visited {
	color : #DF0029;
	text-decoration: underline;
}

a.link:hover {
	color : #DF0029;
	text-decoration: underline;
}

a.link:active {
	color : #DF0029;
	text-decoration: underline;
}

a.white {
	color : #FFFFFF;
	text-decoration: underline;
}

a.white:visited {
	color : #FFFFFF;
	text-decoration: underline;
}

a.white:hover {
	color : #333333;
	text-decoration: underline;
}

a.white:active {
	color : #FFFFFF;
	text-decoration: underline;
}




a.footer {
	color : #333333;
	text-decoration: underline;
	font-size : 8pt;
}

a.footer:visited {
	color : #333333;
	text-decoration: underline;
	font-size : 8pt;
}

a.footer:hover {
	color : #DF0029;
	text-decoration: underline;
	font-size : 8pt;
}

a.footer:active {
	color : #333333;
	text-decoration: underline;
	font-size : 8pt;
}



ul {
    margin-top: 0pt; 
    margin-bottom: 0pt;
}


input {
	color : #333333;
	font-family : Arial, Verdana, sans-serif;
	font-size : 9pt;
}


h1{
	font-size: 14pt;
	color :#565555;
	font-weight: bold;
	line-height: 16px;
}

h2{
	font-size: 12pt;
	font-weight: bold;
}

h3{
	font-size: 11pt;
	font-weight: bold;
}

/*------------------------top menu --------------*/

