/*
overrides and user hidden styles
----------------------------------------------------------------------------------------------
*/
body, td, .normaltext {
	font-family: arial, helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
}

* table.memberform td {
	font-size: 16px;
}

* td.pinkbg {
	background-color: #FFEAD5;
}

a {
	text-decoration: none;
}

a:link {
	color: #339999;
}

/*
text styles
----------------------------------------------------------------------------------------------
*/
.head1{
	font-size:32px;
	font-weight:bold;
}
.head2{
	font-size:24px;
	font-weight:bold;
}
.head3{
	font-size:18px;
	font-weight:bold;
}
.head4{
	font-size:15px;
	font-weight:bold;
}
.head5{
	font-size:13px;
	font-weight:bold;
}
.head6{
	font-size:10px;
	font-weight:bold;
}

.smallertext {
	font-size:10px;
}

.largertext {
	font-size: 16px;
}

.greentext {
	color: #339999;
}

.redtext {
	color: #FF0000;
}

.legal {
	font-family: 'times new roman', times, serif;
}

.green_h1 {
	color: #339999;
	font-size: 24px;
}

.green_h2 {
	color: #339999;
	font-size: 17px;
}

li.indented_link {
	list-style-type: none;
}

/*
table styles
-----------------------------------------------------------------------------------------------
*/




