﻿body{
	font-size:12px;
	font-family: Verdana;
	margin:5px;
	margin-left: 0px;
	margin-right: 0px;

}
A:link{
	font-weight:bold;
	font-size:12px;
	color:#333;
	text-decoration:none;
}
A:visited{
	font-weight:bold;
	font-size:12px;
	color:#333;
	text-decoration:none;
}
A:active{
	font-weight:bold;
	font-size:12px;
	color:#333;
	text-decoration:none;
}
A:hover{
	font-weight:bold;
	font-size:12px;
	color:#333;
	text-decoration:underline;
}

A.MenuLinks:link{
	font-weight:bold;
	font-size:16px;
	color:#fff;
	text-decoration:none;
}
A.MenuLinks:visited{
	font-weight:bold;
	font-size:16px;
	color:#fff;
	text-decoration:none;
}
A.MenuLinks:active{
	font-weight:bold;
	font-size:16px;
	color:#fff;
	text-decoration:none;
}
A.MenuLinks:hover{
	font-weight:bold;
	font-size:16px;
	color:#fff;
	text-decoration:underline;
}
.header{
	font-weight:bold;
	font-size:14px;
	color:#333;
}
.headerSmall{
	font-weight:bold;
	font-size:13px;
	color:#333;
}