/*attributes for body, all tables, rows, columns*/


body{
	margin: 0px; 
	background-color: #ffffff;
	/*background-image:  url("/assets/images/backs/main-back.gif");
	background-repeat: repeat-x;*/
	FONT-FAMILY: Georgia, Times New Roman, Times, serif;
	FONT-SIZE: 12px;
	color: #000000;}

table{
	width: 100%;
	padding: 0px; 
	margin: 0px; 
	border: 0px; 
	border-collapse: collapse; 
	border-spacing: 0px;}

td{
	vertical-align: top; 
	text-align:left; 
	margin: 0px; 
	padding: 0px; 
	border: 0px;
	FONT-FAMILY: Georgia, Times New Roman, Times, serif;
	FONT-SIZE: 12px;
	color: #000000;}

tr{
	margin: 0px; 
	padding: 0px; 
	border: 0px;}
	
	
/*attributes for different text sizes*/
	
	
.small{
	FONT-SIZE: 9px;
	color: #666666;}
	
.medium{
	FONT-SIZE: 12px;
	font-weight: bold;}

.large{
	FONT-SIZE: 13px;
	color: #003a6d;
	font-weight: bold;}
	
.page_section {
	FONT-SIZE: 16px;
	color: #DE8800;
	font-weight: bold;
	width: 100%;
    padding-bottom: 5px;
	vertical-align: middle;
	border-bottom: 1px #000000 solid;}
	
.footer {
	FONT-SIZE: 10px;
	color: #013162;
	font-weight: normal;}


/*attributes for forms and tables*/


table.form td{
	FONT-FAMILY: Verdana, Arial, 'Times New Roman';
	FONT-SIZE: 10px;
	color: #000000;
	padding-top: 10px;
	text-align: left;
	vertical-align: middle;}
	
form {
    padding: 0px;
    margin: 0px;}

input, select{
	FONT-FAMILY: Verdana, Arial, 'Times New Roman';
	FONT-SIZE: 10px;
	margin: 0px;}
	
textarea{
	FONT-FAMILY: Verdana, Arial, 'Times New Roman';
	FONT-SIZE: 10px;
	margin: 0px;}

table.form td{
	FONT-FAMILY: Verdana, Arial, 'Times New Roman';
	FONT-SIZE: 11px;
	color: #000000;
	background-color: #0F5947;
	padding-top: 5px;
	text-align: left;
	vertical-align: middle;}
	
td.content {
	padding: 20px;
	background-color:#FFFFFF;
	height: 530px;}
	
td.content2 {
	padding: 20px;
	background-color:#FFFFFF; 
	height: 196px;
	width: 554px;}
	
td.index {
	color:#FFFFFF; 
	font-weight:bold; 
	font-size:12px; 
	width: 345px; 
	height: 296px; 
	padding-top: 57px; 
	padding-left: 51px; 
	padding-right: 15px;
	background-image:url('images/index5_02.jpg'); }

	
/*attributes for images*/


.left_image {
	margin-right: 15px;
	margin-bottom: 5px;
	float: left;
	border: 1px #000000 solid;}
	
.left_image2 {
	margin-right: 15px;
	margin-bottom: 5px;
	float: left;
	border: 0px #000000 solid;}
	
.right_image {
	margin-left: 15px;
	margin-bottom: 5px;
	float: right;
	border: 1px #000000 solid;}
	
.right_image2 {
	margin-left: 15px;
	margin-bottom: 5px;
	float: right;
	border: 0px #000000 solid;}
	
.menu {
	margin-right: 7px;
	margin-left: 7px;}
	
	
/*attributes for links*/


a:link, a:visited {
	font-size: 12px; 
	color: #C17600; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: underline;}
a:hover {
	color: #DE8800;
	text-decoration: underline;}


div.sub_menu a, div.sub_menu a:visited {  
	font-size: 10px; 
	color: #3D415C;
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none;
	text-align: left;
	width: 151px;
	padding: 7px;
	padding-top: 5px;
    float: left;
	vertical-align: middle;
	background-image:  url("/assets/images/backs/sub_menu_button-back.gif");
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#d8d8d8;}
div.sub_menu a:hover {
	color: #3D415C;
	text-decoration: none;
	background-image:  url("/assets/images/backs/sub_menu_button-back2.gif");
	background-position:bottom;
	background-repeat:no-repeat;
	background-color: #CFCFCF;}
	

div.breadcrumb {
	font-size: 10px;
	color: #004AA6;
	text-decoration: none;}
div.breadcrumb a, div.breadcrumb a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #004AA6; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: underline;}
div.breadcrumb a:hover {
	color: #2B70C6;
	text-decoration: underline;}


a.large_link, a.large_link:visited {
	font-size: 12px; 
	color: #004AA6; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: underline;}
a.large_link:hover {
	color: #2B70C6;
	text-decoration: underline;}
	
	
a.small_link, a.small_link:visited {  
	font-size: 10px; 
	color: #666666; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: underline;}
a.small_link:hover {
	color: #333333;
	text-decoration: underline;}