body {
	font-family: Verdana;
	color: #EEEEEE;
	margin: 0px;
	padding: 0px;
	background-color: #222222;
	background-image: url('images/style/background.jpg');
}
td {
	font-size: 10pt;
}
div {
	font-size: 10pt;
}
img {
	/*border: none;*/
}

a:link {color:#DDDDFF;}
a:visited {color:#DDDDFF;}
a:hover {color:#FFFFFF;}
a:active {color:#DDDDFF;}

.boxHeading {
	width: 100%;
	font-size: 10pt;
	color: #EEEEEE;
	padding-left: 15px;
	background-color: #441111;
	background-image: url('images/style/darkRedBorder.jpg');
	font-weight: bold;
	border-bottom: 1px solid #330000;
	border-top: 1px solid #552222;
	border-left: 1px solid #441111;
	border-right: 1px solid #441111;
}
.boxText {
	font-size: 10pt;
	color: #EEEEEE;
	background-color: #292929;
	padding: 5px;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
}
.boxBottom {
	height: 25px;
	color: #EEEEEE;
	background-color: #444444;
	background-image: url('images/style/blackBorder2.jpg');
	border-bottom: 1px solid #222222;
	border-top: 1px solid #444444;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
}
.menuitem {
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-right-style: solid;
	border-width: 1px;
	border-color: #333333;
	background-color: none;
}
td.menuitem a:link, td.menuitem a:visited {
	color:#ccc;
	text-decoration: none;
}
td.menuitem a:hover {
	color:#fff;
	text-decoration: underline;
}
td.menuitemHighlight a:link, td.menuitemHighlight a:visited {
	color:#ccc;
	text-decoration: none;
}
td.menuitemHighlight a:hover {
	color:#fff;
	text-decoration: underline;
}
.menuitemHighlight {
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-right-style: solid;
	border-width: 1px;
	border-color: #333333;
	background-color: #555555;
}

.newsDate {
	width: 100px;
	font-weight: bold;
	font-size: 10pt;
	vertical-align: top;
	border-right: 1px solid #B9B9B9;

}
.newsText {
	font-size: 10pt;
	border-bottom: 1px solid #DDDDDD;
}

.downName {
	width: 40%;
	font-size: 10pt;
}
.downVersion {
	width: 20%;
	font-size: 10pt;
}
.downSize {
	width: 20%;
	font-size: 10pt;
}
.downDate {
	width: 20%;
	font-size: 10pt;
	text-align: right;
}
.downSongsName {
	font-size: 10pt;
}
.downSongsDownload {
	font-size: 10pt;
}
.linkLink {
	width: 20%;
	font-size: 10pt;
	text-align: left;
}
.linkText {
	width: 80%;
	font-size: 10pt;
	text-align: left;
}

.bottomText {
	font-size: 8pt;
	color: #999999;
	font-style: italic;
}