/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
			background-color: #ffffff;
font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
		text-align: left;
  font-size:110%;
}

img { border: 0px; }

A:link { 
	text-decoration: none; 
	color: #dd0000;
		outline: none

	}
	 
A:active { 
	color: #dd0000;
	position: relative; top: 2px; left: 2px;
	outline: none
	}

A:visited { 
	text-decoration: none; 
	color: #dd0000;
		outline: none

	}
	
A:hover {
	text-decoration: underline; 
	color: #dd0000;
	}



hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

p {
	font-family: georgia, serif;
	font-size: 16px;
	line-height: 26px;
	text-align: left;
	color: #0A50A1;
	margin-bottom: 12px;
	margin-top: 0px;
	}
	
.nav {
	font-family: verdana, geneva, sans-serif; 
	font-size: 10px; 
	font-weight: normal; 
	text-align: left;
	line-height: 14px; 
	margin-top: 0px; 
	margin-bottom: 10px; 
	color: #888888;
	text-transform: uppercase;
	}

.nav1 {
	font-family: verdana, geneva, sans-serif; 
	font-size: 10px; 
	font-weight: normal; 
	text-align: center;
	line-height: 14px; 
	margin-top: 0px; 
	margin-bottom: 10px; 
	color: #888888;
	text-transform: uppercase;
	}

.nav2 {
	font-family: verdana, geneva, sans-serif; 
	font-size: 10px; 
	font-weight: bold; 
	line-height: 14px; 
	margin-top: 0px; 
	margin-bottom: 10px; 
	letter-spacing: 3;
	}
.nav3 {
	font-family: verdana, geneva, sans-serif; 
	font-size: 10px; 
	font-weight: normal; 
	line-height: 14px; 
	margin-top: 0px; 
	margin-bottom: 10px; 
	color: #888888;
	text-transform: uppercase;
	letter-spacing: 2px; 
	text-decoration:none;
	}
.smallcaps { 
	font-size: 90%; 
	text-transform: uppercase;
	letter-spacing: 1px;
	}



.big { 
	font-size: 120%; 
	}
	

h1.smaller { 
	font-size: 21px; 
line-height: 32px; 
	margin-top: 10px; 
	margin-bottom: -5 px; 	}
	

	
	
h1 { 
	font-family: georgia, serif; 
	text-align: left;
	font-size: 28px;
	font-weight: normal; 
	line-height: 46px; 
	margin-top: 20px; 
	margin-bottom: 10px; 
	color: #0A50A1;
	}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}


ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

.sans_caption {
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #0a50a1;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
		letter-spacing: 1px; 

}
