p {
 font-family: Arial;
 font-size: 10pt;
}

B {
 font-family: Arial;
 font-size: 10pt;
}

A.box {
 font-family: Arial;
 font-size: 10pt;
 color: #6B8BC5;
 padding-bottom:5px;

}

A.menu {
 font-family: Arial;
 font-size: 10pt;
 color: #6B8BC5;
 padding-left:10px;


}

A {
 font-family: Arial;
 font-size: 10pt;
 color: #6B8BC5;
}

H1 {
 font-family: Arial;
 font-size: 12pt;
 color: #6B8BC5;
 font-weight: bold;
}

H2 {
 font-family: Arial;
 font-size: 11pt;
 color: #000000;
 font-weight: bold;
}

H3 {
 font-family: Arial;
 font-size: 11pt;
 color: #6B8BC5;
 font-weight: bold;
}


body {
 background-image: url("images/bg.gif");
 background-repeat:repeat-x;
 background-color:#82A9F0;
 font-family: Arial;
 font-size: 10pt;
}

td {
 font-family: Arial;
 font-size: 10pt;
}

/* Partner Menu */

#menu {
	width: 850px;
	height: 44px;
	background: url(images/img03.jpg) no-repeat left top;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 13px 0 0 20px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	margin-right: 3px;
	padding: 5px 20px 7px 20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
}

#menu a:hover {
	background: #FF7900;
	text-decoration: none;
}

#menu .first {
	margin-right: 3px;
	background: #FF7900;
}