/* Presentation Stylesheet */ 
body{
	font-family: verdana, arial, helvetica, sans-serif;
	color:white;
	font-size:12px;
}
img {border:0px;}
/*links*/
a {color:#fff; text-decoration:none;}
a:link {color:#fff;text-decoration : none; }
a:visited {color:#fff;text-decoration : none; }
a:hover {color:#07a;text-decoration:underline;}

/*top nav*/
.nav{border: 2px  outset;}
a.navLink:link {color: white; font-weight:bold; text-decoration : none; } 
a.navLink:active {color: white; font-weight:bold; text-decoration : none; } 
a.navLink:visited {color: whitesmoke; font-weight:bold; text-decoration : none; } 
a.navLink:hover {background-color:#9EB0C1;color: black; font-weight:bold; text-decoration : none; } 

h1, h2, h4, h3 {
	margin : 0px 10px 5px 5px;
	padding : 0px 10px 10px 0px;
	font-size:20px;
 }

p{
	margin : 10px 10px 5px 5px;
	padding : 10px 10px 10px 0px;
	font-size:12px;
}
dd {padding-bottom:25px;}
input{
   color:red;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:12px;
   font-weight:bold;
   background-color:#07a;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#fefefe',EndColorStr='#dedede');}
.tableBorder{
	border-bottom: thin solid #07a;
	border-top: thin solid #07a;
	border-right: thin solid #07a;
	border-left: thin solid #07a;
	padding:5px 5px 5px 5px;
}