/* CSS Document */

body {
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:1.5;
	color:#333333
	}
	
h1 {
	font-size:9px;
	color:#999999;
	text-transform:uppercase;
	margin-left:30px;
	margin-top:25px;
	}
	
h2 {
font-size:16px;
	border-style: solid;
	
	border-width: 0 0 1px 0;
	border-color:#5588aa;
	margin-top: 40px;
	clear: left;
	}
	
#container {
	width:750px;
	margin:auto;
	text-align:justify
	}

a{
text-decoration:none}

a:link {
	color: #5588aa;}
	
a:visited {
	color: #5588aa;
}



a:hover {
	color: #5588aa;
	text-decoration:underline;
}
a:active {
	color: #5588aa;
}

ul {
	list-style:none;
	}
	
li {
	list-style:none;
	}

h3	{
font-size: 10px;
border-style:dotted;
	border-width: 1px 0 0 0;
	border-color:#CCCCCC;
	margin-top: 1em;
	clear: left;
}

a.go-top
{
	color:#CCCCCC;
	
	font-size:x-small;
	font-weight: normal;
	
	text-decoration: none;
}

a.go-top:hover
{
	text-decoration: underline;
}

img {hspace:px;}

a:link img, a:visited img, a:hover img, a:active img {
border-color:#5588aa; } 