/* CSS Document */

/* Basic Stuff */


body {
	font: 14px "Comic Sans MS","Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif; 
	color: #000;
	line-height: 18px;
	background: #fff;
	background-image:url(images/layout/background.gif);
	font-weight: normal;
	}
	
body A:link    	{ color: #990000; font-weight: normal; text-decoration: underline; }
body A:active  	{ color: #990000; font-weight: normal; text-decoration: underline; }
body A:visited 	{ color: #990000; font-weight: normal; text-decoration: underline; }
body A:hover  	{ color: #000; font-weight: normal; text-decoration: underline; }

body img{
	border: 0px;
	}
	
h1 {
	font: 26px "Comic Sans MS","Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;  
	color: #990000; 
	font-weight: bold;
	margin-top: 10px;
}
	
	
h2 {
	font: 16px "Comic Sans MS","Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;  
	color: #336600; 
	font-weight: bold;
}

h3 {
	font: 20px "Comic Sans MS","Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;  
	color: #990000; 
}

.nav {
	font: 14px "Comic Sans MS","Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif; 
	color: #000;
	line-height: 18px;
	font-weight: normal;
	}
	
.nav A:link    	{ color: #000; font-weight: normal; text-decoration: none; }
.nav A:active  	{ color: #000; font-weight: normal; text-decoration: none; }
.nav A:visited 	{ color: #000; font-weight: normal; text-decoration: none; }
.nav A:hover  	{ color: #990000; font-weight: normal; text-decoration: none; }

.order {
		border-bottom: 1px ;
		border-bottom-style:solid;
		border-bottom-color:#000000;
	}
	
	.images {
		border: 1px solid #000000;
	}
	
.highlight {
	font: 14px "Comic Sans MS","Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif; 
	color: #fff;
	line-height: 18px;
	font-weight: normal;
	}
	
highlight A:link    	{ color: #fff; font-weight: normal; text-decoration: none; }
highlight A:active  	{ color: #fff; font-weight: normal; text-decoration: none; }
highlight A:visited 	{ color: #fff; font-weight: normal; text-decoration: none; }
highlight A:hover  		{ color: #000; font-weight: normal; text-decoration: none; }

