/* Paragraph styling */

#content {
	font-family: Verdana, sans-serif;
	color:#666;
	font-size: 11px;
	line-height: 16px;
	}

#content p {
	padding: 4px 0 12px 0;
	}

#content ul {
	margin: 5px 30px 10px; 30px;
	padding-bottom: 2px;
	}

#content li {
	line-height: 16px;
	margin-bottom: -4px;
	}

#content h3 {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	}
	
#content h4 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	}
	
#content h5 {
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	}
		
#header a, #header h6, #footer a, #footer h6, h6 a, #header label, #home_cbg a {
	color:#909090;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	}
	
#header label {
	line-height: 14px;
	}

#header h6, #footer h6 {
	line-height: 30px;
	}
	
#header p a, #footer p a {
	line-height: 16px;
	font-weight: normal;
	text-transform: none;
	}

#header a:hover, #footer p a:hover, #footer h6 a:hover, h6 a:hover {
	color:#FFF;
	text-decoration: underline;
	}
		
#home_cbg a {
	display: block;
	color:#909090;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	margin-top: 6px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	}
	
#home_cbg a:hover {
	text-decoration: underline;
	}

#header a.nolink, #header a:hover.nolink {
	color: #909090;
	text-decoration: none;
	}
	
#header p, #footer_column2 p, #footer_column2 h5 {
	color:#808080;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 16px;
	font-size: 10px;
	}

#footer_column2 h5 {
	font-size:8px;
	}

h1 {
	font-size:30px;
	line-height: 38px;
	padding: 5px 0 10px 0;
	color: #666;
	font-weight: normal;
}

h2 {
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	color: #666;
}

ul {
	padding-left:20px;
	}

li {
	padding-bottom:12px;
	}


a {
	color: #4f7d95;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
.caption {
	font-size: 10px;
	text-align: center;
	margin: 2px 15px 20px 15px;
	line-height: 12px;
	}

p.copyright, #footer p.copyright a  {
	padding-top: 40px;
	font-family: Verdana, sans-serif;
	color: #808080;
	text-align: left;
	font-weight: normal;
	font-size: 9px;
	line-height: 14px;
	}
		
.form table {
	width: 600px;
	}
	
.form th {
	width: 150px;
	text-align: right;
	padding: 4px 2px 4px 2px;
	}
	
.form td {
	text-align: left;
	padding: 4px 2px 4px 2px;
	}
	
td.radio {
	width: 10px;
	}
