body {
	background-color: #eeeeee;
	text: Verdana
}
p,ul,ol {	color: black;
	font-size: 80%;
	font-family: Verdana, "Trebuchet MS", Georgia, Palatino;
	text-align: }
h1, h2, h3, h4, h5, h6
{
	font-family: "Trebuchet MS", Verdana, Arial, Geneva;
}

h1
 {	color: #2f4f4f;
	font-weight: bold;
	font-size: 150% }


h2
   {	color: #556b2f;
	font-weight: normal;
	font-size: 130%;
	padding-bottom: 0px;
	border-style: none none solid none;
	border-width: 0px 0px 6px 0px;
	border-color: #cccccc }




h3
{
	color: #33666;
	font-size: 100%;
	font-weight: bold;
	border: 1px solid #cccccc;
	border-width: 0px 0px 1px 0px;
	padding-bottom: 0px;
	text-align: center;
}

h4
  {	color: #2f4f4f;
	font-weight: bold;
	font-size: 100%;
	text-align: left;
	padding-bottom: 0px;
	border-width: 0px 0px 1px 0px }

h5
  { color: #006600;
  	font-weight: bold;
	font size= 50%
	text-align: ;
	
h6
  { color: #000000;
  	font-weight: normal;
	font size= 50%
	text-align: left;
	padding-bottom: 0px;

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.list    {	color: #000000;
	font-size: 95%;
	font-family: "Times New Roman", Georgia, Palatino, Times, serif;
	margin-bottom: 2% }


.list2     {	color: #000000;
	font-size: 80%;
	font-family: "Times New Roman", Georgia, Palatino, Times, serif;
	list-style-image: url(img/arrow_red.gif);
	margin-left: 25px;
	margin-bottom: 0.5%;
	 }





.nav  {	color: #000000;
	font-weight: bolder;
	font-size: 85%;
	font-family: Verdana, Arial, Tahoma, Geneva, sans-serif }


.title {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-size: 90%;
	font-family: Verdana, Tahoma, Arial, Geneva, sans-serif;
}

.small  {	color: #000000;
	font-size: 80%;
	font-family: Tahoma, Verdana, Arial, Geneva, sans-serif }


.bigger {	color: #000000;
	font-size: 90%;
	font-family: Verdana, Tahoma, Arial, Geneva, sans-serif }

.footer {
	color: #555555;
	font-size: 60%;
	font-family: Verdana, Tahoma, Arial, Geneva, sans-serif;
	text-align: center;
}

.where_small  {	color: #333333;
	font-size: 70%;
	font-family: Verdana, Tahoma, Arial, Geneva, sans-serif;
	text-align: right }



a  {	color: #2f4f4f;
	text-decoration: underline }


a:link {
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

a:hover  {	color: #c00;
	text-decoration: underline }
	
input.requiredField {
	background-color: #ccffff;
}

select.requiredField{
	background-color: #ccffff;
}

textarea.requiredField{
	background-color: #ccffff;
}

