A {
	color: dimgray;
	text-decoration: none;
}

A:Hover {
	color: black;
}

A.Ad {
	color: dimgray;
	font-size: 10px;
	text-decoration: none;
}

A.LeftMenu {
	color: whitesmoke;
	font-family: Tahoma;
	font-size: 14px;
	text-decoration: none;
}

A:Hover.LeftMenu {
	color: white;
}

A.LeftMenuChild {
	color: whitesmoke;
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: none;
	text-transform: lowercase;
}

A:Hover.LeftMenuChild {
	color: white;
}

A.News {
	color: dimgray;
	font-size: 12px;
	text-decoration: none;
}

A:Hover.News {
	text-decoration: underline;
}

A.NewsUnd {
	color: dimgray;
	font-size: 12px;
	text-decoration: underline;
}

A.TopMenu {
	color: gray;
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
	text-transform: lowercase;
}

A:Hover.TopMenu {
	color: dimgray;
}

BODY {
	background-color: gainsboro;
}

DIV.BlockTitle {
	color: dimgray; 
	font-family: Sans-Serif; 
	font-size: 15px; 
	font-weight: bold; 
	padding-bottom: 20px;
}

FONT.Search {
	color: red;
}

INPUT.Text300 {
	background-color: white; 
	border: 1px solid lightgrey; 
	font-family: Sans-Serif;
	font-size: 13px; 
	height: 22px;
	padding-left: 3px; 
	vertical-align: middle; 
	width: 300px;
}

INPUT.Search {
	background-color: whitesmoke; 
	border: 1px solid lightgrey; 
	font-family: Sans-Serif;
	font-size: 12px; 
	height: 19px; 
	padding-left: 3px; 
	vertical-align: middle; 
	width: 150px;
}

TD {
	font-family: Sans-Serif; 
	font-size: 12px; 
}

TD.Body {
	font-family: Sans-Serif; 
	font-size: 12px; 
	padding-bottom: 20px;
	text-align: justify;
	vertical-align: top;
	width: 100%;
}

TD.LeftMenu {
	background-image: url(../img/menu_top.gif);
	background-repeat: repeat-x;
	height: 25px;
	padding-left: 15px;
	padding-right: 5px;
	text-align: left;
	width: 100px;
}

TD.LeftMenuChild {
    background-color: #999999;
	border: 1px solid gainsboro;
	border-left: 3px solid gainsboro;
	border-top: none;
	height: 20px;
	padding-left: 10px;
	padding-right: 5px;
	text-align: left;
	width: 100%;
}

TD.MiniTitle {
	color: dimgray;
	font-family: Sans-Serif; 
	font-size: 13px; 
	font-weight: bold;
	padding-right: 10px;
	vertical-align: top;
}

TD.News {
	text-align: justify;
}

TD.PageTitle {
	color: dimgray; 
	font-family: Sans-Serif; 
	font-size: 16px; 
	font-weight: bold; 
	padding-left: 10px;
	text-transform: uppercase;
}

TD.SubTitle {
	color: dimgray; 
	font-family: Sans-Serif; 
	font-size: 15px; 
	font-weight: bold; 
	padding-left: 0px;
}

TD.TopMenu {
	background-image: url(../img/menu_left.gif);
	height: 20px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	width: 154px;
}

TEXTAREA.Text300 {
	background-color: white; 
	border: 1px solid lightgrey; 
	font-family: Sans-Serif;
	font-size: 13px; 
	height: 200px;
	padding: 3px;  
	width: 300px;
}
