BODY
{
	font-family: Sans-Serif;
}

IMG
{
	border: none;
}

A
{
	text-decoration: none;
	color: Gray;
	border-bottom: dotted 1px gray;
}

A:hover
{
	text-decoration: none;
	color: Maroon;
	border-bottom: dashed 1px gray;
}

DT
{
	padding-top: 5px;
}

DD
{
	padding-left: 105px;
	padding-bottom: 10px;
}

HR
{
	color: White;
	background-color: White;
	height: 3px;
	width: 90%;
	border-top: dashed 1px gainsboro;
	border-bottom: dotted 1px gainsboro;
}

H1
{
	font-size: large;
}

H2
{
	font-size: medium;
	font-weight: bold;
}

H5
{
	width: 100%;
	background-color: ghostwhite;
	border-bottom: gainsboro thin solid;
	border-right: gainsboro thin solid;
	color: gainsboro;
}

INPUT
{
	border-right: black 2px solid;
	border-top: black 2px solid;
	border-left: black 2px solid;
	border-bottom: black 2px solid;
	background-color: white;
}

SELECT
{
	border: solid 2px black;
	background-color: white;
	color: red;
}

LI
{
	border-right: medium none;
	border-top: medium none;
	list-style-image: none;
	border-left: medium none;
	border-bottom: medium none;
	list-style-type: none;
	imglink: none;
}

FORM
{
	padding-left: 160px;
}

.discretelink
{
	font-size: small;
}

.tblst
{
	border: double 3px black;
	vertical-align: text-top;
	font-weight: normal;
}

.tblsthdr
{
	border-bottom: double 3px black;
	background-color: Red;
	color: White;
	font-weight: bold;
}

.tblstitm
{
	background-color: white;
	vertical-align: top;
	font-weight: normal;
}

.tblstalt
{
	background-color: lightsalmon;
	vertical-align: top;
	font-weight:normal;
}

.rad
{
	border: none;
}

.imglink
{
	text-decoration: none;
	border: none;
}

.imglink:hover
{
	text-decoration: none;
	border: dashed 1px gray;
}

.divTop
{
	background-color: white;
	width: 100%;
	height: 100px;
	border-bottom: solid 15px red;
	margin-left: 5px;
}

.divCorner
{
	background-color: white;
	width: 100px;
	height: 100px;
	float: left;
	border-bottom: solid 15px red;
	border-right: solid 15px red;
}

.divMain
{
	background-color: white;
	width: 100%;
	height: 100%;
}

.divSide
{
	background-color: white;
	width: 100px;
	height: 100%;
	float: left;
	border-right: solid 15px red;
}

.divContent
{
	float: left;
}

.title
{
	background-color: White;
	margin-left: 10px;
	font-weight: bold;
	color: Red;
	font-size: large;
}

.menu
{
	color: Red;
	text-decoration: none;
	margin-right: 5px;
	border: none;
	font-weight: bold;
}

.menu:hover
{
	background-color: Red;
	color: White;
}

.submenu
{
	color: Red;
	text-decoration: none;
	border: none;
	font-size: smaller;
}

.submenu:hover
{
	background-color: Red;
	color: White;
}

.newstitle
{
	font-weight: bold;
	color: Black;
}

.newsitem
{
	color: Gray;
}

.xstooltip 
{
    visibility: hidden; 
    position: absolute; 
    top: 0;  
    left: 0; 
    z-index: 2; 

    font: normal 8pt sans-serif; 
    padding: 3px; 
    border: solid 1px;
}
