﻿form
{
 	margin:0px;
  	padding:0px;
}
	
body
{
 	margin:0px;
  	padding:0px;
	background-color:#585158;
	color:#333333;
	font-family:Arial, Tahoma;
	font-size:12px;
}

h1 
{
	font-size: 16px;
	color:#74172c;
	font-weight:bold;
}

h3
{
	font-size: 12px;
	color:#A6A68C;
	font-weight:bold;
}

h2
{
	font-size: 14px;
	color:#A6A68C;
	font-weight:bold;
}

a:link
{
	color:#581e5a;
	text-decoration:none;
}

a:hover 
{
	color:#ff0000;
	text-decoration:none;
}

a:visited 
{
	color:#581e5a;
	text-decoration:none;
}

a:active 
{
	color:#581e5a;
	text-decoration:none;
}

img 
{
	border:none;
}

.CenterSite 
{
	margin:0px auto;
	width:887px;
}