﻿/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, address, em, img, 
table, tr, td 
{
	margin: 0;
	padding: 0;
	border: 0px;
	font-size: 100%;
	font: inherit;
	
}
/* HTML5 display-role reset for older browsers */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	color:navy;
	text-decoration:none;
	font-weight:bold;
}

a:hover {color: #333;}

body {
	background-image:url('images/background/green-fade-alternate-1200.gif');
	background-repeat:repeat-x;
	background-attachment: fixed;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	
	color:#2F387D;
	}
	
.wrapper {
	width:900px;
	margin:0 auto;
	background-color:white;
}
p {
	color:#2F387D;
	font-size:.9em;
	padding-left:5px;
}
label {
	color:#2F387D;
	font-size:.9em;
	font-weight:bold;
}
li {
	color:#2F387D;
	font-size:.9em;
	
}
.center {
	text-align:center;
}
.tpsred {
	color:#D03C4E;
}
.selected {
	color:white;
	font-weight:bold;
	font-size:.9em;
	text-decoration:none;	
}
.selected a:hover {
	color:silver;
}
.option {
	color:#808080;
	font-weight:bold;
	font-size:.9em;
	text-decoration:none;	
}
#pdfspec {
	border-bottom:1px white solid; text-align:left; font-size:.9em;
}
#pdfspec a {
	font-weight:normal;
	text-decoration:underline;
}



#pdfiom {
	background-color:#A6CCCE; border-bottom:1px white solid; padding-left:20px; width:400px;
}
#tablespec tr {
	background-color:#c0c0c0;
}
#tablespec tr:hover {
	background-color:white;
}