/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:16px;
	color: #333333;
}
body {
	background-color: #9AB0E1;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	background-image:url(/images/common/bg_01.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}
.required{font-weight:bold; color:#f00; font-size:12px;}

a {
color: #003399;
text-decoration:underline;
}
a:visited {
color: #003399;
text-decoration:underline;
}
a:hover {
color: #003366;
text-decoration:underline;
}
a:active {
color: #003399;
text-decoration:underline;
}

ul {
margin-top:5px; 
list-style-type:square;
}

ul.atom {
	margin-top: 5px;
	list-style-type: none;
	}

li.atom { 
	margin: 0; 
	padding: 0 0 0 20px;
	background: url(/images/common/atom.gif) no-repeat; 
	}
	
blockquote {
margin-top:5px; 
}

hr {
color:#CCCCCC; 
width:95%; 
margin:0px; 
padding:0px;
}

b {
color:#505C7E; 
font-weight:bold;
}

.headline{
font-size:18px;
font-weight:bold;
color:#447CBA;
}

.subhead {
font-size:14px; 
font-weight:bold;
font-style:italic;
color:#6678B3;
}

a.subnav {
color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
text-decoration:underline;
padding-right:8px;
}
a.subnav:visited {
color: #FFFFFF;
text-decoration:underline;
}
a.subnav:hover {
color: #000000;
text-decoration:underline;
}
a.subnav:active {
color: #FFFFFF;
text-decoration:underline;
}

#footer {
color:#666666;
line-height:14px;
}
#footer a {
color:#666666;
text-decoration:none;
}
#footer a:visited {
color: #666666;
}
#footer a:hover {
color: #666666;
text-decoration:underline;
}
#footer a:active {
color: #666666;
}