﻿/* main styles */

h1 {font-family:Arial, Helvetica, sans-serif; font-size:20px; color:#42929d; line-height:24px; margin:10px 0 0 0; font-weight:normal; border-bottom:1px solid #42929d; padding:0 0 5px;}
h2 {font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#42929d; line-height:20px; margin:8px 0 0 0; font-weight:normal;}
h3, h4, h5, h6 {font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#42929d; margin:6px 0 0 0; line-height:18px; font-weight:normal;}
p, dl {margin: 1em 0 0 0;}
a:link {color: #42929d; text-decoration: none;}
a:visited {color: #42929d; text-decoration: none;}
a:hover {color: #2fc8dd; text-decoration: none;}
a:active {color: #2fc8dd; text-decoration: none;}
.right {float: right; margin: 5px 0 5px 10px;}
.left {float: left; margin: 5px 10px 5px 0;}

/* custom styles */

.large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 18px;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #777777;
	line-height: 15px;
}

/* addtional required styles */

img {
	border-color: #42929d;
}

a {outline: none;}
a img {outline: none; border:0;}

hr {
	height: 2px;
	margin-top: 10px;
	border: none;
	border-top: 1px solid #42929d;
}
#content ul {
	margin: 11px 0 11px 40px;
}
#content ol {
	margin: 11px 0 11px 40px;
}
#content blockquote {
	margin: 11px 0 11px 40px;
}