a {
	color:#3356ff;
	text-decoration:none;
}

a.current {
	color:#999999;
}

a:hover {
	text-decoration:underline;
}

acronym {
	color:#000000;
	cursor:help;
}

body {
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	font-size: 100%;
	margin: 1em;
	background-color:#F8F8F8;
}

h2{
	color:#3356ff;
	font-size:90%;
	font-weight:bold;
	padding-bottom:0.5em;
}

h3{
	color:#619ce8;
	font-size:75%;
	font-weight:bold;
	padding-bottom:0.5em;
	border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color:#619ce8;
}

h4{
	color:#619ce8;
	font-size:75%;
	font-weight:bold;
}

p{
	text-align:justify;
	color:#666666;
	font-size: 70%;
	line-height: 2em;
}

ul{
	font-size:70%;
	color:#666666;
	line-height: 2em;
	list-style: none;
}

#main { 
	background-color:#FFFFFF;
	margin: 0em 12.5em 0.8em 0em;
	padding: 0em 0.8em 0.8em 0.8em;
	border-style:solid; border-width:1px; border-color:#E5E5E5;
}

#blog { 
	background-color:#FFFFFF;
	margin: 0em 12.5em 0.0em 0em;
	padding: 0em 0.8em 0.8em 0.8em;
	border-style:solid; border-width:1px; border-color:#E5E5E5;
}

h3.sub{
	color:#3356ff;
	border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color:#E5E5E5;
}

#navbar {
	width: 10em;
	float: right;
	clear: right;
	background-color:#FFFFFF;
	padding: 0.8em 0.8em 0.8em 0.8em;
	border-style:solid; border-width:1px; border-color:#E5E5E5;
	margin-bottom:0.8em;
}

#loginbox {
	width: 10em;
	float: right;
	clear: right;
	background-color:#FFFFFF;
	padding: 0.8em 0.8em 0.8em 0.8em;
	border-style:solid; border-width:1px; border-color:#E5E5E5;
}

form input{display:block;}

form{text-align:right;}

#fields{
}

.textbox {
	border-style:solid; border-width:1px; border-color:#CCCCCC;
	font-size:70%;
	margin-bottom:0.5em;
	color:#619ce8;

}

.button { 
	border-style:solid; border-width:1px; border-color:#CCCCCC;
	font-size:70%;
	color:#619ce8;
	background-color: #FFFFFF;  
}

.name {
	font-weight:bold;
}


#navbar a {
	display:block;
	position:relative;
	line-height: 2em;
	font-size: 70%;
}

.copyright{
	text-align:center;
	font-size:60%;
}

table {
	border-style:solid;
	border-width:1px;
	border-color:#DDDDDD;
	font-size: 90%;
	background-color: #F0F0F0;  
	color:#444444;
	padding: 1px;
}

table.results {
	border-width:1px;
	border-color: #DDDDDD; 
}

th {
	color:#444444;
	font-size:11px;
}

td {
	text-align:center;
}

td.results {
	text-align:center;
}

th.results {
	text-align:center;
}

td.code {
	text-align:left;
}



