/* CSS Document */
/*Copyright I-Span Networks - All Rights Reserved*/
/* General */
body {
	background: #ffffff;
	color: #666666;
	font: 62.5%/2em "lucida grande", "Geneva", "lucida sans unicode", verdana, helvetica, arial, sans-serif;
	margin: 0;
	min-width: 720px;
	padding: 0;
	text-align: left;
}

/* Paragraphs */
p {
	margin: 0 0 1em 0;
}

/*
p.bodybox {
		background-color: #f1f5ff;
		margin: 10px 10px 10px 5px;
		padding: 15px;
		padding-color: #f1f5ff;
}
*/

/* Links */
a:link, a:visited {
	background: transparent;
	color: #3282BD;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	background: transparent;
	color: #3282BD;
	text-decoration: underline;
}
a.topnav:link {
	color: #666666;
	font-weight: bold;
	background: transparent;
	text-decoration: none;
	font-size: 1.2em;
}
a.topnav:visited {
	color: #666666;
	font-weight: bold;
	background: transparent;
	text-decoration: none;
	font-size: 1.2em;
}
a.topnav:hover {
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
	background: transparent;
	font-size: 1.2em;
}
a.bottomnav:link {
	color: #666666;
	background: transparent;
	text-decoration: none;
}
a.bottomnav:visited {
	color: #666666;
	background: transparent;
	text-decoration: none;
}
a.bottomnav:hover {
	color: #666666;
	text-decoration: underline;
	background: transparent;
}
a.headernav:link {
	color: #666666;
	font-weight: bold;
	background: transparent;
	text-decoration: none;
	font-size: 1.4em;
}
a.headernav:visited {
	color: #666666;
	font-weight: bold;
	background: transparent;
	text-decoration: none;
	font-size: 1.4em;
}
a.headernav:hover {
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
	background: transparent;
	font-size: 1.4em;
}

a img {
	border: 0;
}

/* Headings */
h1, h2, h3, h4 {
	background: transparent;
	color: #3282BD;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 1.8em;
	margin: 0 0 1em 0;
}

h2 {
	font-size: 1.4em;
	color: #666666;
	
}

h3{
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	margin: 0;
	font-weight: normal;
}
h4, h5, h6 {
	font-size: 1.4em;
}

/* Ordered Lists */
ol {
	list-style-type: decimal-leading-zero;
}

ol li {
	background: transparent;
	margin: 0 0 1em 0;
}

/* Unordered Lists */
#content ul {
	list-style-type: none;
	margin: 0 0 1em 0;
	padding: 0;
}

#content ul li {
	background: transparent url(i/GM_ul_bullet.gif) no-repeat 0 4px;
	margin: 0 0 1em 0;
	padding: 0 0 0 18px;
}

/* Quotations */
blockquote {
	background: transparent url(i/GM_blockquote_bg.jpg) no-repeat top left;
	font-style: italic;
	margin: 0 0 1em 0;
	padding: 0 0 0 5px;
}

strong {
	color: #696969;
}

/* Selectors */
#breadcrumb {
	font-size: 0.9em;
	color: #999999;
	margin: 3px 10px 3px 10px;
}
.sideheader {
	font-weight: bold;
	text-align: left;
	margin: 10px 0px 0px 0px
}
.more {
	text-align: right;
	font-size: 9px;
	font-weight: bold;
	margin: 10px 0px 0px 0px
}
.footer {
	font-size: 0.9em;
	margin: 0;
}
.smallgreybox {
	background-color: #dfdfdf;
	padding: 10px 10px 10px 10px;
}

/* end */