@charset "iso-8859-1";
/* Default Font setting */
BODY, DIV, TD, SPAN, SELECT, INPUT {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color: #000000;
	text-decoration: none;
	text-align: justify;
	background-repeat: no-repeat;
	padding-left: 7px;
	}
A {
	text-decoration: none;
}

/* TEXTS */
.ContentDetailTitle {
	font-weight: bold;
	font-size: 11pt;
	color: #313984;
	}
.ContentDetailTitleTD {
	font-size: 11pt;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	}
.Title {
	font-weight: bold;
	font-size: 10pt;
	color: #313984;
	}
A.Title:hover {
	text-decoration: underline;
}
.Author {
	
	}
.TitleTD {
	font-size: 10pt;
	background-color: #EFEFEF;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	}
.ContentDetailSummary {
	font-weight: bold;
	font-size: 10pt;
	}
.Summary {
	color: #000000;
	font-size: 10pt;
	text-align: justify;
	}
.BodyText {
	text-align: justify;
	}		
A {
	color: #313984;
	}
	

/* LINKS */
.LinkTitleText {
	font-weight: bold;
	font-size: 10pt;
	color: #10005A;
}
.LinkTitleText:hover {
	text-decoration: underline;
}
.LinkAddLinkText {
	font-weight: bold;
}
.LinkThankYou {
	font-weight: bold;
	text-align: center;
}
.LinkDescriptionText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.LinkResponseMessageText2 {
	font-size : 8pt;
}
.LinkFeedbackText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color: red;
	text-align: center;
}
.LinkPages {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #339A99;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	background-color: #CCCCCC;
}
.LinkPagesActive {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #cc00000;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	background-color: #CCCCCC;
}
.LinkHomeSectionTitle {
	font-weight: bold;
	font-size: 10pt;
	color: #10005A;
}

/* SERVLET */
A.ServletHeader {
	text-decoration: none;
	color: #FFFFFF;
	padding-left: 0px;
	background-color: #61659E;
}
.ServletHeader {
	background-color: #61659E;
	padding-left: 7px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-family: arial; 
	font-size: 8pt;
	letter-spacing : 1px;
	font-variant : small-caps;
	}
.ServletText {
	background-color: #EBE7EF;
	text-decoration: none;
	color: #000000;
	font-family: arial; 
	font-size: 7pt;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.ServletOptions {
	background-color: #E8E4EE;
	color: #000000;
	font-family: arial; 
	font-size: 8pt;
}
}
.ServletButton {
	text-decoration: none;
	background-color: #E8E4EE;
	color: #61659E;
	
	font-family: arial; 
	font-size: 8pt;
}
A.ServletButton:hover {
	text-decoration: underline;
}
