@charset "utf-8";
/* CSS Document */

@import url(reset.css);

body {
	position:relative;
	padding:0;
	background-color:#e8eaec;
	font-size : .8em;
	line-height : 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center
	}

b {
	font-weight: bold;
	}

p {
	font-size : 0.9em;
	line-height : 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 10px 10px 10px;
	}
	
b {
	font-weight: bold;
	}
	
a:link {
	color: #003399;
	text-decoration: none;
	}

a:visited {
	color: #3366ff;
	text-decoration: none;
	}

a:hover {
	color: #000033;
	text-decoration: underline;
	}

a:active {
	color: #1f7cff;
	text-decoration: none;
	}

img {
	border:none
	}

img.floatleft {
	float:left;
	margin:4px
	}

img.floatright {
	float:right;
	margin:4px
	}
	
li {
	list-style-position: outside;
	display: list-item;
	margin-left: 50px;
	line-height : 1.1em;
	padding: 0px 0px 5px 0px;
	font-size: 0.9em;
	 }
	
blockquote {
	margin: 0px 20px 0px 20px;
	}
	
	
/* Headers */

h1 {
	font-size: 2em;
	font-weight: normal;
	}

h2	{
	font-size: 1.25em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #003366;
	text-align: center;
	}

h4 {
	font-size: 100%;
	font-weight: normal;
	}

h5 {
	font-size: 100%;
	font-weight: normal;
	}

h6 {
	font-size: 100%;
	font-weight: normal;
	}
	
/* Tables */

table {
	border:1px solid #003963;
	font-size : .8em;
	line-height : 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: auto;
	}
	
td, th, caption {
	font-size: 100%;
	font-weight: normal;
	text-align: left;
	}


	
#orange li {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-left: 10px;
	border-top: 1px solid #f60;
	line-height : 20px;
	margin-right: 10px;
	}

#bullet li {
	list-style-image: url(../images/tiny-arrow.gif);
	list-style-position: outside;
	display: list-item;
	margin-left: 40px;
	}

/*-----------* TEXT SIZES *-----------*/	
.missing {
	font-size: 1.1em;
	font-weight: bold;
	color:#9933cc;
	}

.larger_text  {
	font-size: 1.1em;
	font-weight: bold;
	}

.med_text  {
	font-size: 12px
	}

.small_text  {
	font-size: 11px
	}

.smaller_text  {
	font-size: 9px
	}

