html								{	height: 100%; }

body 								{ 	font-family: "Times New Roman"; 
										color: #404040;
										font-size: 13px;
										line-height: 15px;
										margin:0; 		
										padding: 0;
										background-color: white;
										background-image:url(../images/navigation/bg.jpg);
										background-repeat:no-repeat;
										background-attachment:fixed;										
										height: 100%;  }

td	 								{ 	font-family: "Times New Roman"; 
										color: #404040;
										font-size: 13px;
										line-height: 15px;}		
						
form 								{	margin: 0px;}
hr	 								{	margin: 0px; padding:0;} 
 
.miniDropdown 						{ 	font-size: 9px; }
.mini_dropdown 						{ 	font-size: 9px; }
	
.small								{	font-size: 10px; line-height: 12px;}
.medium								{	font-size: 12px; line-height: 14px;}
.large								{	font-size: 14px; line-height: 16px;}
.xlarge								{	font-size: 16px; line-height: 16px;}

.red								{	color: red; }

.photo_border						{ 	border: 1px solid #205080; }
.content							{ 	padding-left: 25px; padding-top:10px; }		
.footer								{ 	padding-left: 25px; font-size: 12px; line-height: 14px; }		

a:link 								{ 	color: #205080; text-decoration: none; }
a:visited 							{ 	color: #205080; text-decoration: none; }
a:active   							{ 	color: black; text-decoration: underline }
a:hover  							{ 	color: black; text-decoration: underline }
	