﻿body 
{
	background-color: #333333;
    font-family: Arial, Helvetica, sans-serif;

}
td 
{
	font-size: 14px;
	color: #000000;
}
.copyright {
	font-size: 12px;
	color: #ffffff;
}
img
{
	border-style: none;
}

a.whiteLink:link
{
	color: #3B8B17;
	text-decoration: none;
	font-style: italic;
}

a.whiteLink:visited
{
	color: #3B8B17;
	text-decoration: none;
	font-style: italic;
}

a.whiteLink:hover
{
	color: #FFCC66;
	text-decoration: none;
	font-style: italic;
}

a.whiteLink:active
{
	color: #FFCC66;
	text-decoration: none;
	font-style: italic;
}
.formHeaders
{
	font-weight: bold;
	font-family: Arial;
	font-style: italic;
	font-size: 10pt;
	color: #3B8B17;
}

.womensHealthForm th
{
	font-family: Arial;
	font-style: italic;
	color: #3B8B17;
}

.womensHealthForm
{
	border-style: solid;
	border-width: 2px;
	width: 100%;
    text-align: left;
    background-color: #DFE1C6;
}

.womensHealthInstructions
{
	border-style: solid;
	border-width: 2px;
	width: 100%;
    text-align: center;
    background-color: #DFE1C6;
}
