/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin: 0;
	padding: 0;
	color: #555555;
}

a {
	text-decoration:none;
}
a:link, a:visited {
	color:#3a66d5;
}
a:hover {
	text-decoration:underline;
}
a:active {
	text-decoration:none;
}
input, select, option, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: inherit;
	padding:0.1em;
	margin:0;
}

header {
	font-size:200%;
}
table {
	border-spacing: 0;
	width:100%;
}

form {
	display:inline;	
	padding: 0;
	margin: 0;
}

/* CLASSES */
.redbold {
	font-weight: bold;
	color: #CC0000;
}

.greenbold {
	font-weight: bold;
	color: #00CC00;
}
.bold {
	font-weight: bold;	
}
.clearboth {
	clear: both;		
}
.center {
	text-align:center;	
}
.alignright {
	text-align:right;	
}
.valign-top {
	vertical-align:top;
}


