@CHARSET "UTF-8";

* {	
	margin:0;
	padding:0;
	border:none;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.5em;
}

body {
	font-family:Tahoma,Verdana,Helvetica,Arial,sans-serif;
	font-size:12px;
}

ul {
	list-style-type:none;
	float:left;
	margin-top:3px;
}

a {
	text-decoration:none;
	color:#32537A;
}

a:hover {
	text-decoration:underline;
}

h2 {
	margin-top:3px;
}

h3 {
	color:#000000;
}

input[type="submit"] {
	height:25px;
	background:#33537B url(/img/button2.gif) repeat-x scroll 0 0;
	text-align:center;
	line-height:25px;
	color:#FFFFFF;
	font-size:12px;
	border: 1px solid #33537B;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;	
}

input[type="image"] {
	cursor:default;
}

input[type="submit"]:hover {
	background:#33537B url(/img/button2-2.gif) repeat-x scroll 0 0;
}

input[type="text"],input[type="password"], select
{
	height:21px;
}

input[type="text"],input[type="password"], select, textarea {
	background:#ffffff;
	text-align:left;
	color:#3B5083;
	font-size:14px;
	border: 1px solid #33537B;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;	
}
