body{
	font-family: arial,verdana,sans-serif;
	font-size:10px;
	color: #333333;
	background: #FFFFFF;
	margin: 0px auto;
	padding: 1px;
	text-align:center;
}
a, a:link, a:visited{
	color: #003399;
	text-decoration: underline;
}
a:hover{
	color: #FF3300;
	text-decoration: underline;
}
img{
 	margin: 5px;
	border: 1px solid #80A5C7;	
}

img2{
 	margin: 5px;
	border: 0px;	
}

p{
 	margin: 1px;
 	padding: 1px;
}

form{
 	margin: 0px;
}
input, select {
	font-size: 90%;
	color: #003399;
	margin: 1px;
	border: 1px solid #006699;
}

/************* LAYOUT **************/

#container{ 
  	width: 170px;
	border: 1px solid #80A5C7;
	background: #FFFFFF url(img/layout/bg_body.gif) repeat-x;
}
#header{ 
	background: #FFFFFF url(img/layout/bg_header.gif) repeat-x;
	text-align:center;
}

#header img{ 
	border: 0px;
}
#payoff{ 
	background: #005BAC;
	color: #FFFFFF;
	text-align:center;
	padding:0px 0px 2px 0px;
	margin:0px 0px 1px 0px;
	font-weight:bold;
}
#footer{ 
	background: #E6ECEF url(img/layout/bg_footer.gif) repeat-x center bottom;
	height: 16px;
	padding: 0px;
	text-align:center;
}
#next{ 
    font-weight: bold;
	height: 16px;
	padding: 0px;
	text-align:center;
}
#copy a:link, #copy a:visited {
	color: #005BAC;
	text-decoration:none;
}
#copy a:hover {
	color: #ff6600;
	text-decoration:underline;
}

#mainmenu p{
	width: 90%;
	font-size: 11px;
	font-weight: bold;
	color: #003399;
	text-transform:uppercase;
	margin: 0px 0px 1px 0px;
	padding: 6px 0px 0px 0px;
	height: 20px;
	background: transparent url(img/layout/bg_titlelink01.gif) no-repeat center;
}

#tab table{
	width: 100%;
	height: 26px;
	font-size: 11px;
	font-weight: bold;
	background: transparent url(img/layout/bg_titlelink01.gif) no-repeat center;
}

#submenu p{
	width: 90%;
	font-weight: normal;
	color: #003399;
	text-transform:uppercase;
	margin: 0px 1px 0px 0px;
	padding: 6px 0px 0px -1px;
	height: 10px;
}

#path {
	background: #CCE0EA;
	color: #333333;
	padding:0px 1px 1px 1px;
	text-align:left;
}
#path a:link, .path a:visited {
	color: #555555;
	text-decoration:underline;
}
#path a:hover {
	color: #ff3300;
	text-decoration:underline;
}

.title {
	font-weight: bolder;
	font-size: 11px;
	color: #003399;
	text-transform:uppercase;
}


#keyleft {
float:left;
font-weight:bold;
border: 1px solid #CCE0EA;
background: #E5EFF5;
padding:2px;
margin:1px;
}
#keyright {
float:right;
font-weight:bold;
border: 1px solid #CCE0EA;
background: #E5EFF5;
padding:2px;
margin:1px;
}