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


body{
	margin: 0px; 
	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: #444444;}

tr{
	margin: 0px; 
	padding: 0px; 
	border: 0px;}
	
	
/*attributes for different text sizes*/
	
	
.small{
	FONT-FAMILY: Verdana, Arial, 'Times New Roman';
	FONT-SIZE: 9px;
	color: #666666;}
	
.medium{
	FONT-FAMILY: Verdana, Arial, 'Times New Roman';
	FONT-SIZE: 10px;}

.page_name{
	FONT-FAMILY: Verdana, Arial, 'Times New Roman';
	FONT-SIZE: 11px;
	color: #ffffff;
	font-weight: bold;}

.large{
	FONT-FAMILY: Verdana, Arial, 'Times New Roman';
	FONT-SIZE: 12px;
	color: #000000;
	font-weight: bold;}
	
.navigation {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #ffffff; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none;}
	
.footer{
	FONT-FAMILY: Verdana, Arial, 'Times New Roman';
	FONT-SIZE: 10px;
	color: #013162;
	font-weight: normal;}


/*attributes for forms and tables*/


table.form td{
	FONT-FAMILY: Verdana, Arial, 'Times New Roman';
	padding-bottom: 5px;
	padding-right: 5px;
	text-align: left;
	vertical-align: middle;}
	
td.content {
	padding: 0px; 
	padding-bottom: 20px; 
	padding-top: 20px;}

td.site_map {
	width: 300;}
	
	
/*attributes for images*/


.content_image-left {
	margin-right: 10px;
	float: left;
	border : 1px #000000 solid;}
	
.content_image-right {
	margin-right: 10px;
	float: right;
	border : none;}
	
.content_table-right{
	float: right;
	border : none;}
	
table.content_table-right td {
	padding: 15px;
	padding-top: 0px;
	padding-right: 0px;
	text-align: center;}
	
.content_table-left{
	float: left;
	border : none;}
	
table.content_table-left td {
	padding: 15px;
	padding-top: 0px;
	padding-left: 0px;
	text-align: center;}
	
table.content_table-left2 td {
	padding: 15px;
	padding-top: 0px;
	padding-left: 0px;
	text-align: center;}
	
	
/*attributes for links*/

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


table.main_menu td a, table.main_menu td a:visited {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #113363;
	font-style: normal; 
	font-weight: bold; 
	text-decoration: none;
	list-style-type: none;
	text-align: left;
	vertical-align: middle;
	width: 175px;
    padding: 5px;
	padding-left: 9px;
    float: left;
	background-color: #ebebeb;
	border-top: 1px #ffffff solid;
	border-bottom: 1px #D8D8D8 solid;}
table.main_menu td a:hover {
	color: #113363;
	text-decoration: none;
	background-color: #DADADA;}
	
	
a.navigation, a.navigation:visited {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #ffffff; 
	font-style: normal; 
	font-weight: bold; 
	text-decoration: none;}
a.navigation:hover {
	color: #cccccc;
	text-decoration: none;}
	
	
a.small_link, a.small_link:visited {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #113363; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: underline;}
a.small_link:hover {
	color: #113363;
	text-decoration: underline;}
	
	
a.large_link, a.large_link:visited {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	color: #113363; 
	font-style: normal; 
	font-weight: bold; 
	text-decoration: underline;}
a.large_link:hover {
	color: #cccccc;
	text-decoration: underline;}