@charset "utf-8";
/* CSS Document */


p{ font-family:Arial, Helvetica, sans-serif;
color:#172154;
font-size:12;

}

/*When setting the style for several link states, there are some order rules:

•a:hover MUST come after a:link and a:visited
•a:active MUST come after a:hover*/


a:link
{
font-family:"Comic Sans MS";
color:#372c24;
font-size:10;
font-weight:normal;
}

a:visited
{
font-family:"Comic Sans MS";
color:#666600;
font-size:10;
font-weight:normal;
}

a:hover
{
font-family:"Comic Sans MS";
color:#FF3366;
font-size:10;
font-weight:normal;
}
 
h1
{font-family:"Comic Sans MS";
color:#5E8015;
font-weight:normal;
font-size:16px;
}
h2
{font-family:"Comic Sans MS";
color:#2d8e92;
font-weight:blod;
font-size:18px;
}
h3
{font-family:"Comic Sans MS";
color:#905257;
font-size:16px;
font-weight:normal;
}
h4
{font-family:"Comic Sans MS";
color:#ffffff;
font-size:16px;
font-weight:normal;
}
h5
{font-family:"Times New Roman", Times, serif;
color:#5E8015;
font-size:16px;
font-weight:bold;
}
li
{
color:#905257;
font-family:"Comic Sans MS";
font-size:14px;
}

.formbutton{
	cursor:pointer;
	border:groove 1px #ffffff;
	color:#660000;
	font-weight:bold;
	padding: 1px 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(images/formbg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#EDA36E;
}
