/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg_web.jpg);
}

h1 {
	font-size: small;
	font-style: italic;
	font-weight: bold;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}


input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

a.home:link {
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a.home:visited {
	color: #666666;	
	font-size: 11px;	
	font-weight: bold;
	text-decoration: none;
}
a.home:hover {
	color: #666666;
	font-size: 11px;	
	font-weight: bold;
	text-decoration: underline;
}
a.home:active {
	color: #666666;	
	font-size: 11px;	
	font-weight: bold;
	text-decoration: none;
}

a:link {
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	color: #0066FF;	
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:active {
	color: #0066FF;	
	text-decoration: none;
}

.blue {
	color:#025EAD;
}

.big {
	font-size: small;
	font-style: italic;
	font-weight: bold;
}