﻿body 
{
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	vertical-align: top;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
}
.pageLeftGradient
{
	background-image: url(../Images/Template/gradient_left.gif);
	background-repeat: repeat-y;
	width: 19px;
}
.pageRightGradient
{
	background-image: url(../Images/Template/gradient_right.gif);
	background-repeat: repeat-y;
	width: 19px;
}


/*Begin Main Content Area Styles */

.mainPage
{	
	background-color: White;
	vertical-align: top;
	width: 1000px;
	height: 100%;
}
.pageText
{
	font-size: 12px;
	color: #000000;
	font-family: arial;
}
.pageTitle
{
	font-size: 24px;
	font-weight: bold;
	font-family: Arial;
	color: black;
	text-align: left;
	vertical-align: top;
	margin-top: 4px;
}

.pageSubTitle
{
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
	color:#00a84f;	
	text-align: left;
	vertical-align: top;
}
B
{
	font-size: 12px;
	color: #79787d;
	font-family: Arial;
	font-weight: bold;
}
.button
{
	border-right: #79787d 1px solid;
	border-top: #79787d 1px solid;
	font-size: 11pt;
	border-left: #79787d 1px solid;
	color: #00a84f;
	border-bottom: #79787d 1px solid;
	font-family: Arial;
	background-color: transparent;
	font-weight: bold;
}
.error
{
	color: Red;
	font-size: 10pt;
	font-family: Arial;
}

A:link, A:visited
{
	font-family:'Arial';
	font-size:12px;
	color:#666666;
	font-weight:normal;
	text-decoration:none;
}

A:hover 
{
	color: #00a84f;
}

/* 
Begin Footer Styles 
*/
.footertext
{
    FONT-SIZE: 8pt;
    COLOR: black;
    FONT-FAMILY: arial
}

.footertext a:link
{
    font-weight: bold;
    font-size: 8pt;
    margin: 0px;
    text-transform: capitalize;
    COLOR: black;
    font-family: arial;
    background-color: transparent;
    text-decoration: none;
}
.footertext a:visited
{
    font-weight: bold;
    font-size: 8pt;
    margin: 0px;
    text-transform: capitalize;
    COLOR: black;
    font-family: arial;
    background-color: transparent;
    text-decoration: none;
}
.footertext a:hover
{
    font-weight: bold;
    font-size: 8pt;
    margin: 0px;
    text-transform: capitalize;
    COLOR: black;
    font-family: arial;
    background-color: transparent;
    text-decoration: underline;
}
.footertext a:active
{
    font-weight: bold;
    font-size: 8pt;
    margin: 0px;
    text-transform: capitalize;
    COLOR: black;
    font-family: arial;    
}

/* End Footer Styles */
