/* CSS Document */

a:link
    {
	text-decoration: none;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Geneva, sans-serif;
	color: #666666;
	}  

a:visited
    {
	text-decoration: none;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Geneva, sans-serif;
	color: #666666;	
	}  

a:active
    {
	text-decoration: none;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Geneva, sans-serif;
	color: #666666;	
	}  

a:hover
    {
	text-decoration: none;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Geneva, sans-serif;
	color: #00407C;	
	}
	
a.Footer:Link
    {
	text-decoration: none;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Geneva, sans-serif;
	color: #666666;
	}  

a.Footer:visited
    {
	text-decoration: none;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Geneva, sans-serif;
	color: #666666;		
	}  

a.Footer:active
    {
	text-decoration: none;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Geneva, sans-serif;
	color: #666666;		
	}  

a.Footer:hover
    {
	text-decoration: none;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Geneva, sans-serif;
	color: White;		
	}	
	

input, textarea {
	border-style: solid;
    border-width: 1px 1px 1px 1px;
	border-color: #DCD5D2;

}

body, div, table, th, tr, td, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, blockquote, cite, code, input, select, textarea {
	font-family: "Trebuchet", "Lucida Grande", Verdana, Arial, Geneva, sans-serif;
	font-size: 1em;
	color: #666666;
	
}
	

.Contact {
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Geneva, sans-serif;
	color: #999999;

}	


		
	p {
	font-size: 1em;
	}
		body {
	font-size: 71%; /* Sets base font size to 10px in most modern browsers */
	line-height: 71%;
	background-repeat: repeat;
	background-color: 00133B;
	
	}
	
.Emphasis {
	color: #00407C;
	font-weight: bold;
}


.Noborder {
	border-style: solid;
    border-width: 0px 0px 0px 0px;
}

P { 
text-align: justify
} 

ul 
{
list-style-image: url('../images/site/mm-bullet.gif')
}	