body {
	background-color: #444444;
	background-image: url(/images/bg.jpg);
	margin: 14px 0 5px 0;
}

INPUT, SELECT, TEXTAREA {
background-color: #FFFFCC;
color: #111111;
font-family: arial, helvetica;
font-size: 11px;
border: 2px gray;
padding: 2;
}

h1 {
	font: 32px "Comic Sans MS", sans-serif;
	font-weight: 400;
	color: #FF8800;
	margin: 0;
}

h2 {
	font: 12px "Comic Sans MS", sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	margin: 0;
}

.top {
	font: 11px "Comic Sans MS", sans-serif;
	color: #CC6600;
}

.body {
	font: 12px "Comic Sans MS", sans-serif;
	color: #000000;
}
.body img {
	background-color: #FF6600;
	border: 2px solid #FF6600;
}

.menutitle {
	font: 12px "Comic Sans MS", sans-serif;
	color: #FFFFFF;
}
.menu {
	font: 10px "Comic Sans MS", sans-serif;
	font-weight: bold;
	padding-left: 4px;
}

.link {
	font: 12px "Comic Sans MS", sans-serif;
	font-weight: bold;
}
.snip {
	font: 10px "Comic Sans MS", sans-serif;
	color: #000000;
}

.bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF8800;
}

a.typeorange:link, a.typeorange:visited	{color: #CC6600; text-decoration: none;}
a.typeorange:active, a.typeorange:hover	{color: #FF9933; text-decoration: none;}

a.type2:link, a.type2:visited	{color: #000000; text-decoration:none;}
a.type2:active, a.type2:hover   {color: #A2A2A2; text-decoration:none;}

a.type3:link, a.type3:visited	{color: #A2A2A2; text-decoration:none;}
a.type3:active, a.type3:hover	{color: #FFFFFF; text-decoration:none;}

a.type4:link, a.type4:visited	{color:#CACACA; text-decoration:none;}
a.type4:active, a.type4:hover	{color:#FFFFFF; text-decoration:underline;}

a.typewhite:link, a.typewhite:visited {color: #FFFFFF; text-decoration: none;}
a.typewhite:active, a.typewhite:hover {color: #FFFFFF; text-decoration: underline;}
