body {
	margin: 0px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

td {
	color: #3B3B3B;
	font-size: 12px;
	background-color: #FFFFFF;
	line-height: 18px;
}

.main_table {
  height : 100%;
}

.top_white {
	width: 100%;
	height : 30px;
}

.top_grey {
	background-color: #E6E6E6;
}

.top_main_bckgrnd {
	background: url(images/bckgrnd_top.gif) #FFFFFF;
	background-repeat : repeat-x;
}

.menu_bckgrnd_light {
	background: url(images/menu_bckgrnd_light.gif) #FFFFFF;
	background-repeat : repeat-x;
	height : 59px;
}

.menu_brdr {
	background-color: #E8E8E8;
	height: 15px;
}

.copyrights {
	background-color: #F8F8F8;
	border-top: 1px solid #D7D7D7;
	height: 120px;
}

.copy_brdrs {
	width: 22px;
	background-color: #D7D7D7;
}

.copy_text {
	font-size: 10px;
	color: #A4A4A4;
	margin: 15px;
}

.sub_menu {
	margin-top:20px;
	margin-bottom:20px;
	padding-left: 10px;
	padding-right: 5px;
	border-left: 1px solid #D7D7D7;
	color: #3B3B3B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:200px;
}

.sub_menu2 {
	margin-top:20px;
	margin-bottom:20px;
	padding-left: 10px;
	padding-right: 5px;
	border-left: 1px solid #D7D7D7;
	color: #3B3B3B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.question {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:150px;
}

.content {
	margin: 20px;
	text-align: justify;
	padding-bottom:15px;
	padding-right:22px;
	padding-left:10px;
	border-left: 1px solid #D7D7D7;
}

.transparent {
	background: transparent;
}

.title_part {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #2D4C77;
	padding-top:20px;
	padding-right:5px;
	width:150px;
}

/* LINKS STYLES */

a:link, a:visited {
	color: #326CB8;
	text-decoration: underline;
}

a:hover {
	color: #2D4C77;
	text-decoration: underline;
}

a.sub_menu_link:link, a.sub_menu_link:visited {
	color: #878787;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

a.sub_menu_link:hover {
	color: #333333;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

a.copy_link:link, a.copy_link:visited {
	color: #A4A4A4;
	text-decoration: none;
	font-size: 10px;
	line-height: normal;
}

a.copy_link:hover {
	color: #333333;
	text-decoration: underline;
	font-size: 10px;
	line-height: normal;
}

/* FORM */

.textarea, .textfield {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

.textarea {
	width: 430px;
	height: 100px;
	padding: 5px;
}

.textfield {
	width: 250px;
}

.form_pad {
	margin-bottom: 5px;
}