body {
	margin: 0;
	padding: 10px 30px 30px 30px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: small;
	background: #ffffff;
	}

* 	html body { 
	font-size: x-small; /* para IE5/WIN */
	f\ont-size: small; /*for other IE versions*/
}

h2 { font-size: 155%; }


.container {
	width: 900px;
	margin: 0 auto;
	text-align: justify;
	background: #ffffff;
	}
	
	.container p {
		text-align:left;
		}

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

a:hover { color:  #FF9900; text-decoration: underline; }


* html th a
{
  height: 1px;
}




form { margin-top: 0; margin-bottom: 0; }

.na {
	color: #CCCCCC;
	text-decoration: line-through;
	}
	
.footnote {
	font-size: 80%;
}

.header {
	font-size: 105%;
		
}	

ul {
	padding: 0 15px;
	margin: 0;
	}

li {
	list-style-type: square;
	}
	
.floatright1 { 
	float: right; 
	margin: 0 0 0 55px;
	clear: right;
	}	
	
.floatright1paragraph { 
	float: right; 
	margin: 10px 0 10px 25px;
	clear: right;
	}	
			
	
.floatleft1 { 
	float: left; 
	margin: 0 55px 0 0;
	clear: left;
	}		
	

.floatleftcase { 
	float: left; 
	margin: 0 35px 75px 0;
	clear: left;
	}		
	
	
#nav {
	float: left;
	width: 900px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 70%;
	border-top: 1px solid #fdf994;
	border-bottom: 3px solid #d69808;
	background: #fff500 url(../images/nav-bg-yellow1.gif) repeat-x top left;
	}
#nav li {
	float: left;
	margin: 0;
	padding: 0 1px 0 0;
	list-style: none;
	background: url(../images/nav-li-bg-yellowstripe.gif) no-repeat top right;
	}
#nav a {
	float: left;
	padding: 7px 21px;
	text-decoration: none;
	border-bottom: none;
	color: #000;
	}
#nav a:hover, #nav a.active {
	color: #000;
	background: #fff500;
	
	}	
	
fieldset {
	border: 1px solid #b5b5b5;
	
	
	}
	
legend {
	
	color: #000000;
	font-weight: bold;
	}	
	
.spacer {
	clear: both;
	height: 10px;
	}

.spacersmall {
	clear: both;
	padding: 20px;
	}
	

	
.dotted {
	border: 1px dashed  #b5b5b5;
	
	width: 900px;
	}	
		
#orderform{
	background:#000000;
	}

#rightnav{
	float: right;
	display: block;
	clear: right;
	font-size: 85%;
	font-weight: bold;
	border-color: #b5b5b5;
	border-width: 1px;
	margin: 0 0 15px 50px;
	width: 210px;
	padding: 10px;
	background-color: #FF9900;
	color: #fff;
	}
	
#rightnav ul {
	padding: 15px;
	margin: 0;
	}
	
#rightnav li {
	list-style-type: square;
	padding: 0 0 7px 0;
	}			
#rightnav a{
	color: #d11212; 
	text-decoration: none; 
	font-weight: bold;
	}
#rightnav a:hover {
	text-decoration: underline;
	}
	
#rightnavrelated{
	float: right;
	display: block;
	clear: right;
	font-size: 85%;
	font-weight: bold;
	border-color: #b5b5b5;
	border-width: 1px;
	margin: 20px 0 15px 20px;
	width: 210px;
	padding: 10px;
	background-color: #e6e6e6;
	color: #000;
	}	
	
	
	
	
	table {
	position: relative;
	width: 100%;
	border: 1px solid #b5b5b5;
	background: #fff;
	}
	
table .short{
	position: relative;
	width: 60%;
	border: 1px solid #b5b5b5;
	background: #fff;
	}	
	
table.med {
	position: relative;
	width: 60%;
		
	}			
	
table caption {
	margin: 0;
	padding: 10px 5px 20px 5px;
	text-align: left;
	background: #fff;

	}	
	
table th, table td {
	margin: 0;
	padding: 8px 6px;
	text-align: center;
	border-bottom: 1px solid #b5b5b5;
	}
	
table th {
	color: #000;
	}
	
	
table .nameheader {
	text-align: left;
	border-right: 1px solid #b5b5b5;
	}	
	
table .name {
	text-align: left;
	border-right: 1px solid #b5b5b5;
	}		
	
table .namesmalltext {
	text-align: left;
	font-size: 85%;
	border-right: 1px solid #b5b5b5;
	}			

table tr {
	background: #e6e6e6;
	}

table tr.alt {
	background: #f1f1f1;
	}

table td a {
	
	font-weight: bold;
	}		
	
table td.outline{
	
	border-right: 1px dashed #b5b5b5;
	}		
	
table td.outlineL{
	text-align: left;
	padding-left: 20px;
	border-right: 1px solid #b5b5b5;
	}			

table td.outlineLwb{
	text-align: left;
	padding-left: 20px;
	}				
	
table th.outlineheader{
	
	border-right: 1px solid #b5b5b5;
	}	