/* TUPSS Microsite, Astone-Aviatech 09-08, Darren Wissler */

/* COLOR INDEX 
	Brown h1: 330001
	Brown Body Copy: 480e03
*/

/*__________________________________________________________________________________________________________________________________________________________________
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/*___________________________________________________
////////////////////   RESET   //////////////////////
//////////////////////////////////////////////////*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style-type: none;
	text-decoration: none;
}
  
/*___________________________________________________
/////////////////////   BODY   //////////////////////
//////////////////////////////////////////////////*/
body {
	font: 62.5% Verdana, Arial, Helvetica, sans-serif; 
	background: #e7e7e4 url(../images/body_bg.jpg) repeat-x;
	text-align: center;
 }
 
/*___________________________________________________
///////////////////   HEADINGS   ////////////////////
//////////////////////////////////////////////////*/
h1 {
	font-size: 1.4em;
	font-weight: 700;
	margin-bottom: 10px;
	color: #192045;
}

h2 {
	font-size: 1.4em;
	font-weight: 700;
	margin-bottom: 10px;
	color: #192045;
}
 
/*___________________________________________________
//////////////////   PARAGRAPHS   ///////////////////
//////////////////////////////////////////////////*/
p {
	margin-bottom: 15px;
 }
 
/*___________________________________________________
////////////////////   LINKS   //////////////////////
//////////////////////////////////////////////////*/
a:link { 
	color: #c40000;
	text-decoration: underline;
}

a:visited {
	color: #9f0000;
	text-decoration: underline;
}

a:hover {
	color: #5b5b5b;
}
 
a:active {
 	color: #5b5b5b;
}

/*____________________________________________________
////////////////   UNORDERED LISTS   /////////////////
///////////////////////////////////////////////////*/
ul {
 	margin-bottom: 15px;
	padding-left: 15px;
	font-size: .9em;
	line-height: 1.2em;
	font-weight: 700;
 }
 
ul li {
 	list-style-type: disc;
	margin-bottom: 5px;
 }

/*____________________________________________________
////////////////   ORDERED LISTS   /////////////////
///////////////////////////////////////////////////*/
ol {
 	margin-left: 30px;
 	margin-bottom: 15px;
	padding-left: 15px;
	font-size: .9em;
	line-height: 1.2em;
	font-weight: 700;
 }
 
ol li {
	margin-bottom: 5px;
 }
/* PNG hack by Angus Turnbull: http://www.twinhelix.com
******************************************************/
img { 
	behavior: url(iepngfix.htc) 
 }
 

 