
/* styles that define the basic elements of the site */





BODY {    font-family: Verdana, Helvetica, Arial, San Serif;

		font-size: 11px;
		color: #807e81;

}



TD {    font-family: Verdana, Helvetica, Arial, San Serif;

		font-size: 11px;
		color: #807e81;

}



a:link {

	text-decoration: none;

	color: #4d0c68;

}

a:visited {

	text-decoration: none;

	color: #4d0c68;

}

a:hover, a:active {



	color: #b65bdc;


}



.h1 {   font-family: Verdana, Helvetica, Arial, San Serif;

		font-size: 12px;

}





/* this style defines to main NAVIGATION rollovers at the top of the pages */

/* this style defines to main SUBNAVIGATION rollovers at the top of the pages */

.contact {

    font-family: Verdana, san-serif;
	font-size: 13 px;
	line-height: 18px;
	color: #333333;

          

}

.main {

    font-family: Verdana, san-serif;
	font-size: 11 px;
	color: #807e81;

          

}

.small_white {

    font-family: Verdana, san-serif;
	font-size: 10 px;
	color: #ffffff;

          

}
=