.textbox 
{ 
	color: black; 
	font-size: 12px; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	margin-top: 1px; 
	margin-bottom: 1px; 
	margin-left: 0px; 
	margin-right: 0px; 
	text-align: left; 
}

.menu 
{ 
	color: black; 
	font-size: 11px; 
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 8px;
	margin-bottom: 20px; 
	text-align: center; 
}


.center 
{ 
	text-align: center; 
	color: 000000; 
	font-size: 12px; 
	font-family: Georgia, "Times New Roman", Times, serif; 
}

.left 
{
	text-align: left;
	color: #000000;
}

.right 
{
	text-align: right;
	color: #000000;
}

.bold 
{
	font-weight: bold;
}

.indent 
{ 
	padding-left: 25px; 
}

.noindent 
{ 
	padding-left: 25px; 
	margin-left: 0px; 
	text-align: left; 
	text-indent: 0px;
}


/* General Hyperlinks*/

a:link       
{
color: #ffffff;
text-decoration: underline
}

a:visted     
{
color: #ffffff;
text-decoration: underline
}

a:hover      
{
color: #008ed5;
text-decoration: none
}

a:active     
{
color: #ffffff;
text-decoration: underline
}

/* Hyperlinks for Menu*/

a.menu     
{
color: #000000;
text-decoration: none
}

a.menu:link       
{
color: #000000;
text-decoration: none
}

a.menu:visted     
{
color: #000000;
text-decoration: none
}

a.menu:hover      
{
color: #008ed5;
text-decoration: underline
}

a.menu:active     
{
color: #000000;
text-decoration: none
}

/* Left column of form confirmation information */
.fieldNameCSS
{
	margin-left: 40px;
    margin-top: 0;
    margin-bottom: 0
}

/* Right column of form confirmation information */
.fieldValueCSS
{
    margin-right: 40px;
    margin-top: 0;
    margin-bottom: 0
}

/* IE stretched button bug workaround */

input.button
{
	font-size: 12px; 
	font-family: Georgia, "Times New Roman", Times, serif; 
    width: 0; /* for IE only */
    overflow: visible;
    color: #000000;
    text-align: center;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 3px;
    padding-bottom: 2px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
}

input.button[class] { /* IE ignores [class] */
    width: auto;
}

.tableRight {
	font-size: 12px;
	color: #000000;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: right;
}

.tableLeft {
	font-size: 12px;
	color: #000000;
	margin-left: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: left;
}

.formfield {
	font-size: 10px; 
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}

/* Style for Logon DIV */

#apDiv1 {
	position:absolute;
	width:162px;
	height:142px;
	z-index:1;
	left: 960px;
	top: 14px;
}

/* Light links */

.linkColorlight {
	color: #9999FF;
}
.linkColorlight a:link {
	text-decoration: none;
	color: #9999FF;
}
.linkColorlight a:visited {
	text-decoration: none;
	color: #9999FF;
}
.linkColorlight a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
.linkColorlight a:active {
	text-decoration: none;
	color: #9999FF;
}
a.linkColorlight:link {
	color: #9999FF;
	text-decoration: none;
}
a.linkColorlight:visited{
	color: #CCCCCC;
	text-decoration: none;
}
a.linkColorlight:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
a.linColorlight:active {
	color: #9999FF;
	text-decoration: none;
}

/* Dark links */

.linkColordark {
	color: #000066;
}
.linkColordark a:link {
	text-decoration: none;
	color: #000066;
}
.linkColordark a:hover {
	text-decoration: underline;
	color: #666666;
}
.linkColordark a:visited {
	text-decoration: none;
	color: #000066;
}
.linkColordark a:active {
	text-decoration: none;
	color: #666666;
}
a.linkColordark:link {
	color: #000066;
	text-decoration: none;
}
a.linkColorldark:hover {
	text-decoration: underline;
	color: #000000;
}
a.linkColordark:visited{
	color: #000066;
	text-decoration: none;
}
a.linColordark:active {
	color: #666666;
	text-decoration: none;
}

li
{
	font-size: 12px;
}

/* These styles added by Jeff for Logon pages */


.logonTitle {
	text-indent: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	color: #FFFFFF;
}

.logonNote {
	text-indent: 0;
	font-size: 10px;
	color: #FFFFFF;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 1px;
	margin-bottom: 2px;
	text-align: center;
}

.logonRight {
	text-indent: 0;
	font-size: 10px;
	color: #FFFFFF;
	margin-right: 2px;
	margin-top: 1px;
	margin-bottom: 1px;
	text-align: right;
}

.logonLeft {
	text-indent: 0;
	font-size: 10px;
	color: #FFFFFF;
	margin-left: 0px;
	margin-top: 1px;
	margin-bottom: 1px;
	text-align: left;
}

.logonField {
	text-indent: 0;
	font-size: 10px;
	color: #666666;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}

.logonError {
	text-indent: 0;
	font-size: 10px;
	color: #FFFFFF;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 1px;
	margin-bottom: 1px;
	text-align: center;
}

.center {
	text-indent: 0;
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
}

.black {
	color: #000000;
}

.white {
	color: #ffffff;
}

