	
	
body {
	background-color: #FFFFFF;
	font-size: 11px;
	font-family: Tahoma;
	margin: 0px;
	width: 100%;
	background-repeat: no-repeat;
}


/***********************************************/
/*             TOP PAGE 					   */
/***********************************************/
.title {
	font-family: Tahoma;
	font-size: 24px;
	font-style: italic;
	margin-top: 5px;
	font-weight: bold;

}
.subtitle {
	font-size: 10px;
	
}
.top{;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.menu {

	margin-bottom: 5px;
    padding-right: 20px;
	
	}
a.menuLink ,  a.menuLink:visited {
	color: #315791;
	width: 100px;
	text-align: left;
	margin-right: 0px;
	margin-left: 20px;
	text-decoration: none;
}

a.menuLink:hover{
	background-image: url(images/menu_selected.gif);
	display: inline;
	color: #990000;

}

/***********************************************/
/*             LEFT PAGE 					   */
/***********************************************/
.subMenu {
	width: 140px;
	text-align:left;
	vertical-align: middle;
	padding-left: 2px;
	}
a.subMenuTitleLink, a.subMenuTitleLink:visited {
	font-size: 16px;	
	color: #990000;
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	padding-left: 5px;
	background-image:  url(images/menu_unselected.gif);
	

	text-decoration: none;
	background-color: #ffffff;
	font-weight: bold;

	
	
}
a.subMenuTitleLink:hover{
	background-image: url(images/link_selected.gif);
	font-weight: bold; 
	color: #990000;
}
a.subMenuLink ,  a.subMenuLink:visited{
	 padding-left: 5px;
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	background-image:  url(images/menu_unselected.gif);
	
	color: #333333;
	text-decoration: none;
	background-color: #ffffff;
	font-weight: bold;
	font-size: 11px;


	
}
 a.subMenuLink:hover{
	background-image: url(images/link_selected.gif);
	font-weight: bold; 
	color: #990000;
}

/***********************************************/
/*             CENTER PAGE 					   */
/***********************************************/
.content{
width: 650px;
padding-right: 15px;
padding-left: 25px;


}
.sectionHeader {


	border-top: 1px solid #E5e5e5;
	border-right: 1px solid #E5e5e5;
	border-left: 1px solid #E5e5e5;
	padding-left: 15px;	
	
	color: #990000;
	font-size: 16px;
	background-color: #E5e5e5;
	text-align: left;
	background-image: url(images/gradient_grey.png);
	background-repeat: repeat-x;
	font-weight: bold;
	
}
.sectionHeader a:link,  .sectionHeader a:visited {
	color: #990000;
	text-decoration: none;
	font-size:12px;
	font-weight: normal;
}

.sectionHeader a:hover{
	background-image: url(images/link_selected.gif);
	display: inline;
	}

.section {
	
	margin-bottom: 10px;
	text-align: justify;
	border-top: 2px solid #E2e2e2;
	border-bottom: 2px solid #E2e2e2;
	border-right: 1px solid #E2e2e2;
	border-left: 1px solid #E2e2e2;
	padding-left: 15px;	
	padding-right: 15px;		
	padding-top: 15px;	
	padding-bottom: 15px;		

}

.section a:link,  .section a:visited {
	color: #990000;
	text-decoration: none;
	font-weight: normal;
}

.section a:hover{
	background-image: url(images/link_selected.gif);
	display: inline;
  }

.subsectionHeader {
	border-top: 1px solid #000000;
	border-bottom: 0px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	color: #000000;
	font-size: 12px;
	text-align: left;
	background-color: #dbdbdb;
	padding-left: 5px;
	padding-right: 5px;
	width: 45%;
	font-weight: normal;
	font-style: italic;
	}
	
.subsection{
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	padding-bottom: 5px;
	padding-left:10px;
	padding-right:10px;
	padding-top: 2px;
	margin-bottom: 15px;

}	

.formSection{
background-image: url(images/gradient_left.png);
	background-repeat: no-repeat;
	text-align: justify;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	color: #000000;
	padding-bottom: 5px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom: 15px;
	padding-top: 2px;

}	






/***********************************************/
/*             BOTTOM PAGE 					   */
/***********************************************/
.copyright {
	font-size: 9px;
	font-style: normal;
	color: #666666;
	margin-top: 10px;
	text-align: center;
}

.menuText {
	text-align: center;
	width: 500px;
	border: 1px solid #666666;
}

a.menuTextLink	, a.menuTextLink:visited{
	text-decoration:none;
	color: #666666;
}
a.menuTextLink:hover{
	color: #990000;
	background-image: url(images/link_selected.gif);
	display: inline;
}

.quotation {
	font-style: italic;
}
