/* Standard settings for things like paragraphs, blockquotes etc. */

a {
	color:#002654;
	text-decoration:none;
	border-bottom:1px solid #75aadb;
}
a:hover {
	border-bottom:1px solid #75aadb;
	color:#75aadb;
}
#content a {
	font-weight:bold;
}

a img {
	border-bottom:none;
}

fieldset, a img {
	border:none;
}
ul {
	list-style-type:none;
}

/*=================================
=CONTENT
===================================*/

#content h1 {
	margin:20px 0 15px;
	padding:0 15px;
	font-size:2.5em;
	font-weight:normal;
}
#content h1 small {
	font-size:0.7em;
}
#content p {
	clear:both;
	margin:0 0 15px;
	padding:0 15px;
	font-size:1.2em;
	line-height:1.3;
}
#content h3 {
	font-weight:bold;
	font-size:1.2em;
	margin:0 0 5px;
	padding:0 15px;
}
#content ul {
	margin:0 0 15px;
	padding:0 15px;
	font-size:1.2em;
}
#content ul ul {
	margin:0 0 5px;
	font-size:1em;
}
#content ul ul ul{
	margin:0 0 5px;
	font-size:1em;
}
#content ol {
	margin:0 0 15px;
	padding:0 32px;
	font-size:1.2em;
}
#content ol ol {
	font-size:1em;
}
#content ol ol ol {
	font-size:1em;
}
#content ul li {
	padding:0 0 0 45px;
	line-height:1.5;
	background:url('../img/bullet.gif') 30px 5px no-repeat;
}
#content ol li {
	padding:0;
	line-height:1.5;
}
#content ul.big-arrow li {
	padding:5px 0 5px 25px;
	line-height:1.5;
	font-weight:bold;
	background:url(../img/circle_arrow_white.gif) 0 50% no-repeat;
}
#content ul.big-arrow li:hover {
	background:url(../img/circle_arrow_white_over.gif) 0 50% no-repeat;
}
#content hr {
    display:block;
    height:1px;
    border-top:1px solid #75aadb;
    border-left:0 none;
    border-right:0 none;
    border-bottom:0 none;
    margin:0.5em 15px;
    padding:0;
}
.tableheader {
	background:url('../img/tableheader.gif') 0 0 repeat-y;
	padding:6px 0px 6px 15px;
	text-align:left;
	margin:0;
	font-weight:bold;
	font-size:1.2em;
}
#content table {
	border:solid 1px #afcdea;
	width:357px;
	background-color:white;
	margin:0 0 10px;
}
.tabletitle {
	background-color:#76aadb;
	color:#fff;
	text-align:left;
	font-size:1.2em;
	font-weight:normal;
	padding:8px 15px;
	width:100%;
}
#content td {
	padding:5px 15px;
	font-size:1.1em;
}
#content .note {
	font-weight:bold;
	color:#f43fa5;
}
#content h2 {
	font-size:1.8em;
	font-weight:normal;
	background:none;
	padding:6px 15px;
	margin-bottom:5px;	
}
#content h2.metal, #content h2.metal-wide {
	background:url('../img/divider.gif') 0 0 repeat-y;
	padding:6px 15px;
	margin-bottom:5px;
	font-size:1.2em;
	font-weight: bold;
}
#content h2.metal-wide {
	background:url('../img/divider_wide.gif') 0 0 repeat-y;
}
#content .linkfollow, #content-form .linkfollow {
	float:left;
	background:url('../img/linkfollow.gif') right center no-repeat;
	padding:0 15px; 
	font-weight:bold;
	font-size:1.2em;
	margin:0 0 10px;
}
#content-form .linkfollow {
	padding:0 15px;
}
#content .linkfollow:hover #content-form .linkfollow:hover {
	background:url('../img/linkfollow_over.gif') right center no-repeat;
}
#content .linkfollow a, #content-form .linkfollow a {
	line-height:1.5;
}
#content p a span.linkfollow, #content-form a span .linkfollow {
	float:left;
	background:url('../img/linkfollow.gif') right center no-repeat;
	padding:0 15px 0  0; 
	font-weight:bold;
	margin:0 0 10px;
	font-size:1em;
	text-decoration:underline;
}
#content p a span.linkfollow:hover, #content-form p a span.linkfollow:hover {
	background:url('../img/linkfollow_over.gif') right center no-repeat;
	cursor:pointer;
}

