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

body{
	margin: 0px;
	/*background-image: url('assets/backs/back-main.gif');
	background-repeat: repeat-y;*/
	background-color: #f9f9f9;
	FONT-FAMILY: Verdana, Arial, 'Times New Roman';
	FONT-SIZE: 11px;
	color: #000000;}
	
body.photo_gallery{
	margin: 0px;
	/*background-image: url('assets/backs/back-main.gif');
	background-repeat: repeat-y;*/
	background-color: #ffffff;
	FONT-FAMILY: Verdana, Arial, 'Times New Roman';
	FONT-SIZE: 11px;
	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: Verdana, Arial, 'Times New Roman';
	FONT-SIZE: 11px;
	color: #666666;}

tr{
	margin: 0px; 
	padding: 0px; 
	border: 0px;}
	
td.main_menu{
	width:150px;
	padding: 7px;
	text-align: right;}
	
td.sub_menu{
	width:150px;
	padding: 7px;
	text-align: right;}
	
/*attributes for different text sizes*/
	
.small{
	FONT-FAMILY: Verdana, Arial, 'Times New Roman';
	FONT-SIZE: 9px;
	color: #999999;}
	
.medium{
	FONT-FAMILY: Verdana, Arial, 'Times New Roman';
	FONT-SIZE: 10px;}

.large{
	FONT-FAMILY: Verdana, Arial, 'Times New Roman';
	FONT-SIZE: 13px;
	color: #534EBB;
	font-weight: bold;}
	
.large2{
	FONT-FAMILY: Verdana, Arial, 'Times New Roman';
	FONT-SIZE: 12px;
	color: #1A5AA6;
	font-weight: bold;}

/*attributes for forms and tables*/

.form{
	FONT-FAMILY: Verdana, Arial, 'Times New Roman';
	FONT-SIZE: 10px;
	color: #000000;
	font-style: normal;
	line-height: normal;
	text-transform: none;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;}

.table {
	text-decoration : none;
	border : 1px #000000 solid;
	text-decoration : none;}
	
.content {
	padding: 15px;
	height: 200px;}
	
/*attributes for links*/

a:link, a:visited {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #534EBB; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: underline;}
a:hover {
	color: #999999;
	text-decoration: underline;}

a.main_menu, a.main_menu:visited {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #534EBB; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none;
	width: 150px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: right;
	float: left;
	border-bottom: 1px solid #E6E6E6;}
a.main_menu:hover {
	color: #999999;
	text-decoration: none;}
	
a.main_menu3, a.main_menu3:visited {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #1033EE; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none;
	width: 143px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 7px;
	text-align: left;
	float: left;
	border-bottom: 1px solid #E6E6E6;}
a.main_menu3:hover {
	color: #999999;
	text-decoration: none;}
	
a.main_menu2, a.main_menu2:visited {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #534EBB;
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	padding: 4px;
	padding-right: 15px;
	padding-left: 16px;
	border-right: 1px solid #EFEFEF;
	background-color:#f9f9f9;
    float: left;}
a.main_menu2:hover {
	color: #005995;
	background-color:#EFEFEF;
	text-decoration: none;}

a.sub_menu {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #ffffff; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none;}
a.sub_menu:visited {
	color: #ffffff;}
a.sub_menu:hover {
	color: #FFFFFF;
	text-decoration: none;}
	
a.footer_link:link, a.footer_link:visited {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	color: #999999; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: underline;}
a.footer_link:hover {
	color: #1A5AA6;
	text-decoration: underline;}