body, .text, .textJustified
{
	color: #3B4785;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.textJustified
{
	text-align: justify;
}

.tMenu2, .tMenu2:visited, .tMenu2:hover, .tMenuTD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.tMenu2:hover
{
	text-decoration: underline;
}

.bMenuT, .bMenuT:visited, .bMenuT:hover, .bMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #223372;
	text-decoration: none;
}

.bMenuT:hover
{
	text-decoration: underline;
}


.bMenuB, .bMenuB:visited, .bMenuB:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.lMenuHead, .lMenuHead:visited, .lMenuHead:hover, .likeLMenuHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3B4785;
	font-weight: bold;
	text-decoration: none;
	/*filter: DropShadow(Color=#FFFFFF, OffX=-2, OffY=2, Positive=1);*/
	/*filter: Shadow(Color=#FFFFFF, Direction=240);*/
}

.lMenuHead:hover
{
	color: #3740FD;
}


td.lMenu
{
	padding-left: 18px;
	padding-right: 10px;
	background-repeat: no-repeat;
	background-position: left top;
}

.lMenu, .lMenu:visited, .lMenu:hover, .likeLMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F9F9FB;
	text-decoration: none;
	/*filter: DropShadow(Color=#FFFFFF, OffX=-2, OffY=2, Positive=1);*/
	/*filter: Shadow(Color=#FFFFFF, Direction=240);*/
}

.lMenu:hover
{
	/*color: #DEDFF7;*/
	text-decoration: underline;
}

div.flaxMenu
{
	background-color: #8891D2;
}

.flaxMenuItem, .flaxMenuItem:visited, .flaxMenuItem:hover, .flaxMenuItemActive, .flaxMenuItemActive:visited, .flaxMenuItemActive:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #223372;
	text-decoration: none;
	cursor: pointer;
}

h1, .header1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3B4785;
}

h2, .header2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #032CFF
}

.header3
{
	background-color: #6476A8;
	color: #FFFFFF;
	padding-left: 21px;

}

.lineDarkVerticalRight, .lineDarkVerticalLeft, .lineDarkVerticalCenter
{
	background-image : url(images/line_dark_v.gif);
	background-repeat : repeat-y;

}
.lineDarkVerticalRight { background-position: right;}
.lineDarkVerticalLeft { background-position: left;}
.lineDarkVerticalCenter { background-position: center 0px;}

.lineDarkHorizontalTop, .lineDarkHorizontalBottom
{
	background-image : url(images/line_dark_h.gif);
	background-repeat : repeat-x;
}

.lineDarkHorizontalTop { background-position: top;}
.lineDarkHorizontalBottom { background-position: bottom;}

input, textarea, select
{
	width: 250px;	
}

input.submit
{
	width: auto;
}

.errorMessage
{
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

.infoMessage
{
	color: #0000FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}


.bgBR {
	background-repeat: no-repeat;
	background-position: right bottom;
}

.bgTL {
	background-repeat: no-repeat;
	background-position: left top;
}

.bgBL {
	background-repeat: no-repeat;
	background-position: left bottom;
}

.bgR {
	background-repeat: repeat-y;
	background-position: right;
}

.bgL {
	background-repeat: repeat-y;
	background-position: left;
}

.bgT {
	background-repeat: repeat-x;
	background-position: top;
}

.bgB {
	background-repeat: repeat-x;
	background-position: bottom;
}

.emptyLine2
{
	font-size: 2px;
}

.emptyLine5
{
	font-size: 5px;
}

