/* CSS Document */
body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	margin-left: 10px;
	margin-top: 0;
}

a:link {
	color: #000066;
	text-decoration: none;
}

a:active {
	color: #660000;
	text-decoration: none;
}

a:visited {
	color: #000066;
	text-decoration: none;
}

a:hover {
	color: #000066;
	text-decoration: underline;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  16px;
	font-weight: bold;
	color: #253F8E;
}

.vrepeat {
	background-image:url(media/v-background.gif);
	background-repeat: repeat-x;
}

.smalltxt {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 100%;
}

.input {
	background-color: #FAFAFA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
}
