body {
	background-color:white;
}
.clear {
	clear: both;
}
.red {
	color: #990000;
}
/* promobox styles */
table.promobox{
	font-family:Arial, Helvetica, sans-serif;
	background-color:white;
	border: 1px solid #CCCCCC;	
	margin: 0 0 5px 0;
}
table.promobox th{
	background-image:url(../images/promobox_header_bg.png);
	background-repeat:repeat-x;
	height:26px;
	font-size:12px;
	fonr-weight:bold;
	color: #30505E;
}
table.promobox td{
	vertical-align:middle;
	padding:0px 0px 0px 0px;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;	
}
table.promobox td.icon{
	width:20px;
	padding:3px;
}
table.promobox td.map{
	background-image:url(../images/mapbox_bg.png);
	background-repeat:no-repeat;	
}
table.promobox ul{
	list-style-type:none;
	margin:5px;
	padding:0px;
}
table.promobox ul li{
	margin:2px 0px 2px 0px;
	font-size:11px;
	padding:0px 0px 0px 15px;
	background-position: 5px 5px;
	background-image:url(../images/bullet_arrow.png);
	background-repeat:no-repeat;
}
table.promobox ul li a{
	color: #234848;
	text-decoration:none;	
}
table.promobox form{
	margin:0px;
	padding: 5px;
}
table.promobox input{
	margin:0px;
	padding: 0px;
}
table.promobox h3{
	color:4B4D4B;
	font-size:11px;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
table.promobox label{
	color:4B4D4B;
	display:block;
	padding: 3px 2px;
}
table.promobox a{
	color: #4B4D4B;
	text-decoration:none;	
}
table.promobox a.frontpage{
	font-size:12px;	
}
table.promobox a.hilite{
	color: #C1272D;
	text-decoration:none;	
}
table.promobox a:hover{
	color: #0394E8;
	text-decoration:underline;	
}
/* promobox styles end */

/* pretty button styles */
div.buttonwrapper{
	margin: 5px 0 0 0;
	height:25px;
	overflow:hidden;
}
div.buttonwrapper a.submitbutton{
	background-color:transparent;
	background-position:right top;
	background-repeat:no-repeat;
	color:#FFFFFF;
	display:inline-block;
	float:left;
	font-size:11px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	height:22px;
	line-height:16px;
	margin:2px 0 0 1px;
	padding:0 5px 0 0;
	text-decoration:none;
}
div.buttonwrapper a.submitbutton span{
	background-color:transparent;
	background-position:left top;
	background-repeat:no-repeat;
	cursor:pointer;
	display:block;
	float:none;
	line-height:16px;
	margin:0;
	padding:2px 10px 4px 15px;
	text-align:center;
}
div.buttonwrapper a.green, div.buttonwrapper a.green span {
	background-image:url(../images/submit_green.png);
}
div.buttonwrapper a.gray, div.buttonwrapper a.gray span {
	background-image:url(../images/submit_gray.png);
}
@media print {
	.noprint { display: none; }
}
/* pretty button styles end */
#linkblock h2 {
	background-image: url(../images/icon_link_big.png);
}
