/* GLOBAL STYLES */

body {
	text-align:center;
	font-family: Arial, Trebuchet MS, Tahoma, Verdana;
	font-size: 10px;
	background-color : #fff;
	color : black;
}

body a{
	color : black;
	text-decoration:none;
}

body a:hover{
	color : #474742;
	text-decoration:underline;
}

#formtext a{
	text-align:left;
	font-family: Arial, Trebuchet MS, Tahoma, Verdana;
	font-size: 12px;
	color : black;
}

#bodytext {
	text-align:left;
	font-family: Arial, Trebuchet MS, Tahoma, Verdana;
	text-decoration: none;
	font-weight:normal;
	font-size: 12px;
	color : black;
}

#bodytext a{
	color : #000;
	text-decoration:underline;
}

#bodytext a:hover{
	color : #666;
	text-decoration : none;
}

#contact {
	font-family: Arial, Trebuchet MS, Tahoma, Verdana;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	color : #000;
}

#contact a{
	color : #C00;
}

#contact a:hover{
	color : #666;
	text-decoration : none;
}

/* NAVIGATION STYLES */

#link {
	font-family: Arial, Trebuchet MS, Tahoma, Verdana;
	font-size: 14px;
	font-weight:bold;
	color : #090;
	text-decoration:none;
}

#link a{
	color : #090;
	text-decoration:none;
}

#link a:hover{
	color: #F90;
	text-decoration:none;
}


/* LARGE TEXT STYLES */

h1 {
	text-align:left;
	font-family: Arial, Trebuchet MS, Tahoma, Verdanal;
	font-size: 35px;
	font-weight:bold;
	color : #333;
	text-decoration:none;
	display: inline;
}

h1 a{
	font-family: Arial, Trebuchet MS, Tahoma, Verdana;
	font-size: 35px;
	font-weight:bold;
	color : #666;
	text-decoration:none;
	display: inline;
}

h1 a:hover{
	color: #003;
	text-decoration:none;
}

h2 {
	text-align:left;
	font-family: Arial, Trebuchet MS, Tahoma, Verdana;
	font-size: 20px;
	font-weight:bold;
	color : #33;
	text-decoration:none;
}

h3 {
	text-align:left;
	font-family: Arial, Trebuchet MS, Tahoma, Verdana;
	font-size: 16px;
	color : #33;
}

h3 a{
	text-align:left;
	font-family: Arial, Trebuchet MS, Tahoma, Verdana;
	font-size: 16px;
	color : #333;
}

h3 a:hover{
	color: #0C0;
}

h4 {
	text-align:center;
	font-family: Arial, Trebuchet MS, Tahoma, Verdana;
	font-size: 14px;
	color : #666;
	display: inline;
}


/* FOOTER STYLES */

#footer {
	font-family: Arial, Trebuchet MS, Tahoma, Verdana;
	color: #666;
	font-size: 70%;
}

#footer a {
	text-decoration: none;
	color: #03F;
}

#footer a:hover {
	text-decoration: underline;
	color: #003;
}



