body { font-family: verdana, arial, helvetica, sans-serif; font-size: 11px; }
//body { font-family: monospace; font-size: 10px; }

h1 { font-size:18px; color:black; font-weight: bold }	
h2 { font-size:12px; color:black; font-weight: bold; padding-bottom: 0cm; letter-spacing: 0px; line-spacing: 0px; }
h3 { font-size:12px; color:black; font-weight: normal }	
h5 { font-size:16px; color:red; font-weight: normal }	
h6 { font-size:9px; color:black; font-weight: normal }	
h7 { font-size:29px; color:red; font-weight: normal }	
//p { font-family: monospace; font-size:12px; color:black; font-weight: bold }

/* This is where you can customize the appearance of the tooltip */
div#tipDiv
{	position:absolute; visibility:hidden; left:0; top:0; z-index:10000;
	background-color:#efd; border:1px solid #000; 
	width:auto; padding:2px;
	color:#000; font-size:10px; line-height:1.1;
}

/* These are used in the wrapTipContent function */
div#tipDiv div.img { text-align:center }
div#tipDiv div.txt { text-align:center; margin-top:4px }

a:link		{ color:blue; font-size:11px; text-decoration:underline}
a:active	{ color:blue; font-size:11px; text-decoration:underline}
a:visited 	{ color:blue; font-size:11px; text-decoration:underline}
a:hover		{ color:green; font-size:11px; text-decoration:underline}

a.red:link	{ color:red; font-size:11px; text-decoration:underline}
a.red:active	{ color:red; font-size:11px; text-decoration:underline}
a.red:visited 	{ color:red; font-size:11px; text-decoration:underline}
a.red:hover	{ color:green; font-size:11px; text-decoration:underline}

a.norm:link	{ color:blue; font-size:11px; text-decoration:underline}
a.norm:active	{ color:blue; font-size:11px; text-decoration:underline}
a.norm:visited 	{ color:blue; font-size:11px; text-decoration:underline}
a.norm:hover	{ color:green; font-size:11px; text-decoration:underline}

a.black:link	{ color:gray; font-size:11px; text-decoration:none; cursor:default}
a.black:active	{ color:gray; font-size:11px; text-decoration:none; cursor:default}
a.black:visited { color:gray; font-size:11px; text-decoration:none; cursor:default}
a.black:hover	{ color:gray; font-size:11px; text-decoration:none; cursor:default}

.inp1
{
    background: url(search.gif) #ffffff no-repeat left center;
    border: 4px solid grey;
    color: grey;
    font-weight: bold;
    font-family: "Lucida Grande",Verdana,sans-serif;
    height: 34px;
    padding-left: 5px;
    padding-top:3px;
    width: 170px;
    font-size: 1.2em;
    vertical-align: middle;
    text-decoration: none;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
}

.inp1:hover
{
    border: black 4px solid;
}


.reds
{
	background-color: #cc0000; 
	font-weight: bold; 
	font-size: 12px; 
	color: white;
}
