a:link, a:visited, a:active
{
	color: #1154AC;
	text-decoration:none;
}

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

body
{
	padding: 0px;
	margin: 0px;
	background-color:#FFFFFF;
	font: normal 14px arial;
	color: #363636;
}

.button_left
{
	float:left;
	height:29px;
	background-image:url(../images/bg_bigBtn_left.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding:0px 0px 0px 15px;
	margin:0px 0px 0px 0px;
}

.button_body
{
	float:left;
	height:29px;
	background-image:url(../images/bg_bigBtn.gif);
	background-repeat: repeat-x;
	text-align:center;
	padding:7px 0px 0px 0px;
	margin:0px;
}

.button_right
{
	float:left;
	height:29px;
	width:14px;
	background-image:url(../images/bg_bigBtn_right.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding:0px 0px 0px 0px;
	margin:0px;
	
}

h1.title {
	font:  bold 14px arial;
	color: #888069;
	height: 31px;
	width: 240px;	
	display: block;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/bg_vertGreyDotted.gif);
	background-position: bottom;
	background-repeat: repeat-x;	
}

h1.title_internal {
	font:  bold 14px arial;
	color: #888069;
	height: 31px;
	width: 240px;	
	display: block;
	padding: 0px;
	margin: 0px;
}

h1.title_right {
	font: bold 14px arial;
	color: #888069;
	height: 31px;
	width: 205px;	
	display: block;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/bg_vertGreyDotted.gif);
	background-position: bottom;
	background-repeat: repeat-x;	
}

.header_smallmenu
{		
	height: 11px;
	padding: 0px 5px 0px 5px;
}


li
{
	padding: 0px;
	margin: 5px 0px 0px 0px;	
	clear: both;	
	list-style-image: url(../images/li_homepage.gif);
	vertical-align: top;
}

.menu
{	
	padding: 0px 10px 0px 10px;
	background-image: url(../images/headerLinkSeparator.gif);
	background-position: right;
	background-repeat: no-repeat;
} 

.menu_end
{	
	padding: 0px 10px 0px 10px;
} 

table 
{
	font: normal 14px arial;
}

ul
{
	padding: 0px 0px 0px 20px;
	margin: 0px;
	display: block;
	clear: both;
}

.menu_item /* A HREF converted to block to hold the arrow */
{
	width:160px;
	float:left;
	height:17px;
	display:block;
	padding:3px 0px 0px 5px;
	background-image:url(../images/arrow_blue_right.gif);
	background-position:right;
	background-repeat:no-repeat;
}

.menu_block /* holder menu item */
{
	width:160px;
	float:left;	
	background-image:url(../images/bg_dotted_horizGrey.gif);
	background-repeat:repeat-x;
	background-position:top;
	
}

