/* Created on August 6, 2004 */
/* Last Updated on August 23, 2004 */

.imagepad {

padding-left:10px;padding-bottom:10px;padding-right:10px;}

/* HR STYLE */
hr{}

/* LINK STYLES */
a.lnkFooter:link{
	color: #40619C;
	text-decoration: underline;
}
a.lnkFooter:visited{
	color: #40619C;
	text-decoration: underline;
}
a.lnkFooter:hover{
	color: #666666;
	text-decoration: none;
}

a.imagelink:link { border: 1px solid #2D245D;}
a.imagelink:visited { border: 1px solid #2D245D;}
a.imagelink:hover { border: 1px solid #2D245D;}

a.lnkMain:link{
	color: #ffffff;
	text-decoration: underline;
}
a.lnkMain:visited{
	color: #ffffff;
	text-decoration: underline;
}
a.lnkMain:hover{
	color: #89a589;
	text-decoration: none;
}

a.lnksubMain:link{
color: #569556;
font-weight: bold;}
a.lnksubMain:visited{
color: #569556;
font-weight: bold;}
a.lnksubMain:hover{
color: #569556;
font-weight: bold;}

a.lnkSubMenu:link{}
a.lnkSubMenu:visited{}
a.lnkSubMenu:hover{}

a.lnkMisc:link{}
a.lnkMisc:visited{}
a.lnkMisc:hover{}

/* MENU STYLES */
.mnuCursor{}

.mnuItem{}

.mnuItemOver{}


/* TEXT STYLES */

.txFooter{
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	
	}

.txHeader{
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-align: justify;
	font-weight:bold;

	}
	
.txFront{
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	
	}

.txMain{
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	
	}
	
.txTitle{
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight:bold;

	}

.txSubHeader{
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	color: #569556;
	font-weight: bold;
	
	}
