/* CSS Document */

body {
	margin-left: 50px;
	margin-top: 15px;
	background-image: url(/images/back.jpg);
	}

p{
	line-height:20px; 
	color: #5f6365; 
	font-family:"trebuchet ms", arial;
	font-size:14px;
	padding:4px;
	} 
	
.para{
	line-height:20px; 
	color: #5f6365; 
	font-family:"trebuchet ms", arial;
	font-size:14px;
	} 
	
.title{
	line-height:25px; 
	color: #4d5e8c; 
	font-family:"trebuchet ms", arial;
	font-size:24px;
	padding:4px;
	} 
	
.title-head{
	line-height:19px; 
	color: #fa7b00; 
	font-family:Georgia; 
	font-size:17px;
	padding:4px;
	} 
	
.title-panel{
	line-height:20px; 
	color: #fa7b00; 
	font-family:Georgia; 
	font-size:20px;
	padding:4px;
	} 

.subtitle-head{
	line-height:20px;
	color: #5f6365;
	font-family:"trebuchet ms", arial;
	font-size:12px;
	padding:4px;
	font-style: italic;
	} 

h1,h2,h3,h4,h5,h6{
	font-family:"trebuchet ms", arial;
	font-size:19px;
	color:#333;
	font-weight:normal;
	background:url(images/dotted_grey.gif) repeat-x left bottom; 
	margin:0;
	padding:0;
	} 
	
a:link {color: #5f6365; font-family:"trebuchet ms", arial; font-weight: normal; font-size: 11px;text-decoration: none;}		
a:visited {color: #5f6365; font-family:"trebuchet ms", arial; font-weight: normal; font-size: 11px;text-decoration: none;}	
a:hover{color: #5f6365; font-family:"trebuchet ms", arial; font-weight: normal; font-size: 11px;text-decoration: none;}	

a.head:link {color: #4d5e8c; font-family:Georgia; font-weight: normal; font-size: 16px;text-decoration: none;}		
a.head:visited {color: #4d5e8c; font-family:Georgia;  font-weight: normal; font-size: 16px;text-decoration: none;}	
a.head:hover{color: #fa7b00; font-family:Georgia;  font-weight: normal; font-size: 16px;text-decoration: none;}	

a.panel:link {color: #5f6365; font-family:"trebuchet ms", arial; font-weight: normal; font-size: 14px; line-height:18px; text-decoration: none;}		
a.panel:visited {color: #5f6365; font-family:"trebuchet ms", arial;  font-weight: normal; font-size: 14px; line-height:18px; text-decoration: none;}	
a.panel:hover{color: #fa7b00; font-family:"trebuchet ms", arial;  font-weight: normal; font-size: 14px; line-height:18px; text-decoration: none;}	




