/*	TVN web-site stylesheet
	Daniel Shakhmundes
	2004-02

#B0E0E6 is the same background-color as Google's Cumulous Cloud palette for AdSense

*/

.page {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-width: 0;
	border-style: solid;
	border-color: black;
	padding: 6px;
}
TD {
	font-size: 12px;
}
HR {
	color: gold;
}

A {
	text-decoration: none;
}
A:link {
	color: white;
}
A:visited {
	color: Gainsboro;// WhiteSmoke is a touch lighter
}
A:hover {
	text-decoration: underline;
	color: #ff0000;
	cursor: hand;
}

A.L1Menu {
	font-weight: bold;
	font-variant: small-caps;
	padding: 3;
}
A.L1Menu:visited {
	color: blue;
}

/* a.L1Menu:active  { text-decoration: underline } 
a.L1Menu:hover   { text-decoration: underline }
*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: gold;
// was: #FFCC66;
	background-color: black;
	cursor: default;
	margin: 0;
}
.siteTitle {
	font-size: 37px;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: 8px;
	padding-bottom: 5px;
}
.TitleCities {
	font-size: 10px;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: 2px;
	padding-bottom: 11px;
}
.footer {
	font-size: 9px;
	padding: 6px;
	text-align: left;
}
.trackList {
	font-size: 8px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
}
h2 {
	font-size: 15px;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	font-weight: bold;
}
h4 {
	font-size: 11px;
	font-weight: bold;
}
.managementName {
	font-size: 15px;
	font-weight: bold;
	color: white;
}
.DLtype {
	font-size: 11px;
}
.managementTitle {
	font-size: 13px;
	font-weight: bold;
	color: red;
}
.titleDesc {
	font-size: 11px;
}
.puny {
	font-size: 3px;
}