.Main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.Menus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.SmallMenus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.Blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0000FF;
}

.Yellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFCC;
}

.Red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	width: auto;
}

.Heading1 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFCC;
}

.MainRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	width: auto;
	font-weight: bold;
}

a:link {
	text-decoration: none;
	color: #ffffcc;
}

a:visited {
	text-decoration: none;
	color: #ffffcc;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a:active {
	text-decoration: none;
	color: #000000;
}

body {
	background-color: #E39BA9;
}
.Heading2 {

	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFCC;
}
.Heading3 {


	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFCC;
}
