/* --- static menu styles ---
note:
	1. not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
style naming convention:
	m<zero based menu number>l<zero based level number>i|o<for inner or outer tag>
*/


.m0l0o {
	text-decoration: none;
	margin: 0px;
	border: 0px solid #004080;
	text-align: center;
}

.m0l1o {
	text-decoration: none;
	margin: 0px;
	border: 0px solid #004080;
}

.m0l0i {
	padding: 2px;
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
}

.m0l1i {
	padding: 2px;
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
}

.LayoutRborder
{
	border-right: 1px solid #DDDDDD;
	padding: 0px;
}

.LayoutBborder
{
	border-bottom: 1px solid #DDDDDD;
	padding: 0px;
}
.LayoutALLborder
{
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
	padding: 0px;
}


.Pageframe {
	font-family: Tahoma;
	font-size: 11px;
	padding-right: 15px;
}

.pageheader{
	padding-top:0px;
	padding-bottom: 20px;
}

.Header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	font-style: italic;
	color: #2c3480;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	background-image: url('image/headerbackground.gif');
	background-repeat: no-repeat;
	background-position: 5px 2px
}

.Paragraph {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
}
.General {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	padding-left: 5px;
}
.Generalsmall {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
}
.GeneralBold {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	padding-left: 5px;
}
.error {
	font-family: Tahoma;
	font-size: 9px;
	font-weight: normal;
	color: #FF0000;
}
.ParagraphBottomDivider {
	font-family: Tahoma;
	font-size: 11px;
	border-right-width: thin;
	border-right-style: none;
	border-right-color: #E6EBFF;
	font-weight: normal;
	border-bottom: 1px solid #DDDDDD;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
}

.highlightbox {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	font-style: italic;
	background-color: #666666;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	color: #FFFFFF;
}
.highlightbox2 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	font-style: italic;
	background-color: #FF6600;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	color: #FFFFFF;
}

a {
	font-family: Tahoma;
	font-size: 11px;
	color: #5376AC;
}

.footer
{
	background-color: #336699;
	border: 1px solid #CCCCCC;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	padding: 3px;
	color: #FFFFFF;
}
.footerlinks
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	padding: 1px;
	
}
.style4 {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	color: #000000;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	color: #FFFFFF;
}
.style7 {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	color: #000000;
}
.style8 {
	font-family: Tahoma;
	font-size: 12px;
	color: #5376AC;
}
.notice 	{ 
	font: 75% verdana, arial, sans-serif;
	line-height: 1.4;
	word-spacing: 0.05em;
	margin: 1em 0;
	font-size: 12px;
	text-align:center;
}