/* WildBlue style sheet */
/* Design and programming by Matthew Farr */

/* ================================================================ */

/*  GLOBAL SET */

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, 
del, dfn, ins, kbd, q, s, samp,
strike, tt, var, dd, dl, dt, li, ul, ol,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 1.1;
	vertical-align: baseline;
}

html {
	background: url(/images/bckgrnd.gif) #dae5f3;
}


body {
	font-size:62.5%;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background: url(/images/bckgrnd.gif) #dae5f3;
}


/* ================================================================ */

/* COMMON FORMATTING */

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}
ul, ol {
padding:0 0 12px 10px;
}
.strike {
	text-decoration: line-through;
}

/* ================================================================ */

/* COLORS */

.White {
	color: #FFFFFF;
}
.Red {
	color: #CC3300;
}

/* ================================================================ */

/* TAGS */

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 0;
	padding: 0 0 12px 0;
}	

h1 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 2.4em;
	color: #203b8a;
	margin: 0 0 12px 0;
	padding: 0 0 8px 0;
	border-bottom: #CC0000 dashed 1px;
}


/* ================================================================ */

/* LINKS */

a:link, a:visited {color:#003399;}
a:hover, a:active {color: #CC6600;}

/* ================================================================ */

/* CUSTOM LAYOUT STYLE */

.MasterText p {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
}
.dottedline {
	border-bottom: #999999 dashed 1px;
	margin: 0 0 12px 0;
	clear: both;
}


