/*attributes for body, all tables, rows, columns*/


body{
	margin: 0px; 
	background-color: #ffffff;
	FONT-FAMILY: Verdana, Arial, 'Times New Roman';
	FONT-SIZE: 10px;
	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: 10px;
	color: #000000;}

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;}

.large{
	FONT-FAMILY: Verdana, Arial, 'Times New Roman';
	FONT-SIZE: 13px;
	color: #003a6d;
	font-weight: bold;}
	
a.navigation {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #113363; 
	font-style: normal; 
	font-weight: bold; 
	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';
	FONT-SIZE: 10px;
	color: #000000;
	padding-top: 10px;
	text-align: left;
	vertical-align: middle;}
	
table.form2 td{
	FONT-FAMILY: Verdana, Arial, 'Times New Roman';
	FONT-SIZE: 10px;
	color: #000000;
	padding-top: 5px;
	text-align: left;
	vertical-align: middle;}
	
td.content {
	padding: 25px;
	padding-left: 14px;
	padding-bottom: 25px;}
	
	
/*attributes for images*/


.content_image {
	margin-right: 10px;
	float: left;
	border: 1px #000000 solid;}
	
	
/*attributes for links*/


a:link, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #0059a6; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: underline;}
a:hover {
	color: #0059a6;
	text-decoration: underline;}


a.top_menu, a.top_menu:visited {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #ffffff;
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none;
	list-style-type: none;
	text-align: right;
	vertical-align: middle;
	padding: 4px;
	padding-left: 9px;
	padding-right: 9px;
    float: right;
	border-left: 1px #8FB6D7 solid;
	background-image: url('images/back-menu.gif');}
a.top_menu:hover {
	color: #ffffff; 
	list-style-type: none;
	vertical-align: middle;
	text-decoration: none;
	border-left: 1px #8FB6D7 solid;
	background-image: url('images/back-menu2.gif');}


a.documentation, a.documentation:visited {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #000000;
	font-style: normal; 
	font-weight: normal; 
	text-decoration: underline;
	list-style-type: none;
	text-align: left;
	vertical-align: middle;
	padding: 3px;
	padding-left: 0px;
	padding-right: 9px;
    float: left;}
a.documentation:hover {
	color: #777777; 
	list-style-type: none;
	vertical-align: middle;
	text-decoration: underline;}


a.content_link, a.content_link:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #113363; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: underline;}
a.content_link:hover {
	color: #113363;
	text-decoration: underline;}
	
	
a.small_link {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #113363; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: underline;}
a.small_link:visited {
	color: #113363;}
a.small_link:hover {
	color: #113363;
	text-decoration: underline;}