/**********************************************/
/* General styles                             */
/**********************************************/
a:link, a:visited, .Normal a:link, .Normal a:visited {
	text-decoration: underline; 
	color: #333333; 
	font-weight: normal;
}
a:hover, a:active, .Normal a:hover, .Normal a:active {
	text-decoration: underline; 
	color: #000000; 
	font-weight: normal;
}
Blockquote, Form {
	margin: 0px;
}
Form {
	float: none;
	page-break-after: always;
	clear: both;
}

ul, ul.ULStar{
	list-style-position: outside;
	vertical-align: middle;
	list-style-type: square;
	margin: 2px 0px 10px 20px;
}
ul.Star{
	list-style-image: url(/library/templates/forteNew/Images/Bullets/bullet.gif);
}
.block {
	color: #937024;
	padding: 15px;
	font-size: 12px;
	vertical-align: middle;
	background-color: #DDDED0;
	width: 100%;
	margin-left: 0px 10px;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #937024;
	border-bottom: 1px solid #937024;
}
Body {
	font-family: Arial;
	font-size: 12px;
	color: #324A97;
	margin: 4px;
	line-height: 17px;
	background-color: #FFFFFF;
	height:100%;
}
input, textarea, select {
	font-family: Arial;
	font-size : 12px;
	background-color:#FFFFFF;
	width: 100px;
	border: 1px solid #999999;
}
.HeaderRightSide {
	background-color: #7282A7;
	vertical-align: bottom;
	background-image: url(/library/templates/forteNew/Images/HeaderSlogan3.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.NavigationTop {vertical-align: top;}
.NavigationDivider {
	font-size: 3px;
	line-height: 3px;
	text-decoration: none;
	background-image: url(/library/templates/forteNew/Images/Dividers/DividerDarkBlue.gif);
	background-repeat: repeat-x;
	height: 3px;	
}
.LeftNavigation, .LeftNavigationTitle {
	color: #162663;
	text-decoration: none;
	font-size: 12px;
	padding: 0px 0px 0px 11px;
}
.LeftNavigationSub {
	color: #162663;
	text-decoration: none;
	font-size: 11px;
	padding: 0px 0px 0px 21px;
}
.LeftNavigation a:link, .LeftNavigation a:visited,
.LeftNavigationSub a:link, .LeftNavigationSub a:visited,
.LeftNavigationTitle a:link, .LeftNavigationTitle a:visited {color: #223468;}
.LeftNavigation a:active, .LeftNavigation a:hover,
.LeftNavigationSub a:active, .LeftNavigationSub a:hover,
.LeftNavigationTitle a:active, .LeftNavigationTitle a:hover {color: #A68033;}
.LeftNavigationSub a:active, .LeftNavigationSub a:hover {color: #A68033;}
.LeftNavigation a:link, .LeftNavigation a:visited, .LeftNavigation a:hover, .LeftNavigation a:active,
.LeftNavigationSub a:link, .LeftNavigationSub a:visited, .LeftNavigationSub a:hover, .LeftNavigationSub a:active,
.LeftNavigationTitle a:link, .LeftNavigationTitle a:visited, .LeftNavigationTitle a:hover, .LeftNavigationTitle a:active {text-decoration: none;}
.LeftNavigation, .LeftNavigation a:link, .LeftNavigation a:visited, .LeftNavigation a:hover, .LeftNavigation a:active,
.LeftNavigationTitle, .LeftNavigationTitle a:link, .LeftNavigationTitle a:visited, .LeftNavigationTitle a:hover, .LeftNavigationTitle a:active {font-weight: 700;}
.RightNavigationTop a:link, .RightNavigationTop a:visited,
.LeftNavigationTop a:link, .LeftNavigationTop a:visited {color: #BDCAF0;}
.RightNavigationTop a:hover, .RightNavigationTop a:active, 
.LeftNavigationTop a:hover, .LeftNavigationTop a:active, 
.RightNavigationTopEnabled, .LeftNavigationTopEnabled {color: #FFFFFF;}
.RightNavigationTop a:link, .RightNavigationTop a:visited, .RightNavigationTop a:hover, .RightNavigationTop a:active,
.LeftNavigationTop a:link, .LeftNavigationTop a:visited, .LeftNavigationTop a:hover, .LeftNavigationTop a:active {
	font-weight: bold;
	text-decoration: none;
}
/**********************************************/
/* General styles                             */
/**********************************************/
.ContentFootNote {
	font-size: 10px;
	vertical-align: top;
	padding: 4px;
	text-align: left;
}
.ContentEventTitle, .ContentEventTitleLeft, .ContentEventTitleRight, .ContentEventTitleCenter, .ContentEventTitleJustified {
	vertical-align: top;
	color: #614918;
	font-size: 16px;
	padding: 0px 4px 6px 4px;
	font-weight: bold;
}
.ContentEventText, .ContentEventTextLeft, .ContentEventTextRight, .ContentEventTextCenter, .ContentEventTextJustified,
.ContentEventTitle, .ContentEventTitleLeft, .ContentEventTitleRight, .ContentEventTitleCenter, .ContentEventTitleJustified {
	vertical-align: top;
	padding: 0px 4px;
}
.ContentEventText, .ContentTextEventLeft,
.ContentEventTitle, .ContentEventTitleLeft {
	text-align: left;
}
.ContentEventTextRight, .ContentEventTitleRight  {
	text-align: right;
}
.ContentEventTextCenter, .ContentEventTitleCenter {
	text-align: center;
}
.ContentEventTextJustified, .ContentEventTitleJustified {
	text-align: justify;
}