@charset "UTF-8";
/* CSS Document */

body {
	background-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #323232;
	font-family: Tahoma;
	font-size: 14px;
}

a {
	color: #4D4D4D;
}
a:hover {
	text-decoration: none;
	color: #0000E7;
}

input, select, textarea {
	color: #000000;
	padding: 0px;
	font-size: 11px;
	border: 1px solid #CCCCCC;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

h1 {
	font-size: 19px;
	color: #375FCE;
	margin-bottom:0px;
	margin-top:0px;
	font-weight:normal;	
}
h2 {
	font-size: 16px;
	color: #0066FF;
	margin-bottom:0px;
	margin-top:0px;
	font-weight:normal;	
}
h3 {
	
}

form {
	margin: 0px;
	padding: 0px;
}

