body {
	font-weight: normal; 
	font-size: 13px; 
	line-height: 14px;
	padding:0; 
	text-align:left; 
	font-family: 'Helvetica', 'Arial', 'Sans-Serif'; 
	background-repeat: no-repeat;
	background-attachment: fixed;	
}

table{
	width:825px;
	margin-top:10px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	border:none;
}
td{
	vertical-align:top;
}
img.small{
	width:300px;
	margin: 7px 0 10px 0; 
}

p{
	margin: 0 0 0 0; 
	padding: 0 10px 0 10px; 
	font-size: 13px; 
	line-height: 15px;

	
}

h1.line{
	border-bottom:dotted 2px #FF2020;
	margin: 1px 1px 1px 1px; 
	
}

h1 {
	font-weight: bold;
	font-size: 22px;
	color:#c83128;
}

p.menu{
	margin: .2em 0 0 0; 
	text-align:center;
	line-height: 22px;
	
}


#green{
	color:#78C346;
}
#yellow{
	color:#F7EC1F;
}
#cyan{
	color:#00AACC;
}
#blue{
	color:#282863;
}
#purple{
	color:#642E8F;
}
#red{
	color:#FF2020;
}

#black{
	color:#000000;
}



a{
	text-transform:uppercase;
	text-decoration:none;
	font-weight: bold;
	font-size: 18px;
	
}

a.green{
	color:#78C346;
}
a.yellow{
	color:#F7EC1F;
}
a.cyan{
	color:#00AACC;
}
a.blue{
	color:#282863;
}
a.purple{
	color:#642E8F;
}
a.red{
	color:#FF2020;
}

a.black{
	color:#000000;
}

a:active{
}

a:visited {
}

a:hover {
color: red;
background:none;
}


a.mail{
	color:#000000;
	font-size: 12px; 
	line-height: 14px;
}

a.mail:active{
}

a.mail:visited {
}

a.mail:hover {
color: red;
background:none;
}