body,
html {
    margin:0;
    padding:0;
}

body 
{
	min-width:750px;
	/*font-family: verdana,"Trebuchet MS",tahoma,arial,verdana,sans-serif;*/
	font-family: "Trebuchet MS",tahoma,arial,verdana,sans-serif;
	font-size: 75%;
	color: #5f5f5f;
	background: url(/img/bg.jpg) #fafbfc repeat-x 0px 0px;
}

a 
{
	text-decoration:none;
	color:#448cca;
}
a:hover
{
	text-decoration:none;
}
     
h1
{
	font-weight: bold;
	font-size: 120%;
	color: #004990;
	margin-top: 5px;
	margin-bottom: 10px;
	border-bottom: dotted 1px #004990;
}

h2
{
	font-weight: bold;
	font-size: 110%;
	color: #004990;
	margin-top: 5px;
	margin-bottom: 5px;
}

h3
{
	padding: 8px;
	border: 1px solid #11197b;
	font-weight: bold;
	font-size: 100%;
	color: #11197b;
	text-transform:uppercase;
	text-align: center;
}

h6
{
	font-weight: bold;
	font-size: 110%;
	color: #004990;
	margin-top: 5px;
	margin-bottom: 5px;
}

p
{
	margin-top: 5px;
	margin-bottom: 8px;
}

select, input, textarea
{
	font: 11px tahoma, Verdana, Arial, Helvetica, sans-serif;
}

form
{
	margin: 0px;
	padding: 0px;
}

/*	Custom	*/
