body, table, td {
	font: 11px verdana, arial, helvetica, sans-serif;
	}
body {
	color:#333;
	background: #fff;
	margin:20px;
	padding:0px;
	font:11px verdana, arial, helvetica, sans-serif;
	}
a {
	color:#09c;
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	text-decoration:none;
	}
a:link {color:#09c; text-decoration: underline;}
a:visited {color:#07a; text-decoration: underline;}
a:hover {color:#00004A; text-decoration: underline;}
 

.middle {	
	vertical-align: top;
	min-width:400px;
	border:1px solid #000;
	background-color:#fff;
	padding:10px;
	z-index:1;
	}
.middle_white {	
	vertical-align: top;
	width:100%;
	min-width:400px;
	border:1px solid #000;
	background-color:#FFF;
	padding:10px;
	z-index:1;
	}
.leftNav {
	vertical-align: top;
	width:170px;
	border:1px solid #000;
	background: #f4f4f4;
	z-index:2;
	}



/*--------*/
/* Footer */
/*--------*/

.footer {
	font-size: 10px;
	font-weight: normal;
	color: #808080;
	text-align: center;
	}
a.footer {
	color: #808080;
	word-spacing: 0px;
	}
a.footer:hover {color: #BBB;}


/*-----------------*/
/* Section Headers */
/*-----------------*/

 .red_header {
 	font-size: 16px; 
 	font-weight: bold; 
 	border-bottom: 1px solid #000; 
 	color: red; 
 	padding-bottom: 5px;
 }


/*-----------------*/
/* Product Display */
/*-----------------*/

.title {
	font-size:16px;
	font-weight: bold;
	color: #ab0534;
	}
.subtitle {
	font-size:12px;
	font-style: italic
	}
.retail {
	font-size:14px;
	font-weight: bold;
	color: #ab0534;
	}

.section_header {
	font-size: 14px;
	font-weight: bold;
	
	}

/*------*/
/* Misc */
/*------*/

.small_link {
	font-size:10px;
	}
.small_gray {
	font-size: 10px;
	color: #999;
	}
.hidden {
	display: none;
	}
	
 
/* left navigation  */

a.nav_link:link               {color: #000; text-decoration: none;}
a.nav_link:visited            {color: #000; text-decoration: none;}
a.nav_link:hover              {color: #000; border-bottom: 1px solid #000;}
a.nav_link:active             {color: #000; text-decoration: none;}

a.white_nav_link:link               {color: #fff; text-decoration: none;}
a.white_nav_link:visited            {color: #fff; text-decoration: none;}
a.white_nav_link:hover              {color: #fff; border-bottom: 1px solid #fff;}
a.white_nav_link:active             {color: #fff; text-decoration: none;}

 .red-nav 	{color: #FFF; font-weight: bold; background: #ed1c24; border-top: 1px solid #000; border-bottom: 1px solid #000; padding: 5px;}
 .blue-nav	{color: #FFF; font-weight: bold; background: #140958; border-top: 1px solid #000; border-bottom: 1px solid #000; padding: 5px;}
 .green-nav {color: #FFF; font-weight: bold; background: #2f6900; border-top: 1px solid #000; border-bottom: 1px solid #000; padding: 5px;}
 .navy-nav {color: #FFF; font-weight: bold; background: #267bc8; border-top: 1px solid #000; border-bottom: 1px solid #000; padding: 5px;}
 .alt_blue-nav {color: #FFF; font-weight: bold; background: #0099cc; border-top: 1px solid #000; border-bottom: 1px solid #000; padding: 5px;}

 .divLink			{color: #FFF; background: #4d738e; border-top: 1px solid #4d738e; border-bottom: 1px solid #4d738e; padding: 5px; width: 170px;}


/* input */
 input, textarea, select {
 	font-family: arial, helvetica, sans-serif;
 	font-size: 11px;
   color: #000;
   padding: 1px;
   border: 1px solid #ccc;
   margin-right: 5px;
   margin-bottom: 5px;
 	}
    
/* Show & Hide */
 .hide {
 	display: none;
 	}

/* Colors */

#red {color: red;}

/* Message Boxes */

 .confirmation_box {
 	font-size: 10px; 
 	padding: 5px; 
 	border: 1px solid #009900; 
 	background: #d0ffd9;
}
 .error_box {
 	font-size: 10px; 
 	padding: 5px; 
 	border: 1px solid red; 
 	background: #ffdcd4;
 }
 .key_box {
 	font-size: 10px; 
 	padding: 5px; 
 	border: 1px solid #f1f1f1; 
 	background: #f9f9f9;
 }
 .blue_box {
 	font-size: 10px; 
 	padding: 5px; 
 	border: 1px solid #267bc8; 
 	background: #e6f0f8;
 }
 


 acronym {
 	cursor: help;
 }
 label {
 	cursor:pointer;
 	cursor:hand;
 }


 .page_header {
 	display: block; 
 	border: 1px solid #c1c1c1; 
 	background: url('/imgs/nav_gradient.gif') repeat-x; 
 	padding: 5px;
 }