html, body {
	height: 100%;
}
body {
	font-family: Calibri, Arial;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #0e1629;
	background-image: url(/templates/5/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
.links, .links a {
	font-size: 16px;
	color: #FFFFFF;
}
#c1 {
	background:url(/templates/5/c2.gif) repeat-y;
}
#c2 {
	background: url(/templates/5/c1.gif) top no-repeat;
}
#c3 {
	background: url(/templates/5/c3.gif) bottom no-repeat;
	min-height: 120px;
	padding: 10px;
}
#m1 {
	background: url(/templates/5/m5.gif) top repeat-x #304050;
}
#m2 {
	background: url(/templates/5/m8.gif) bottom repeat-x;
}
#m3 {
	background: url(/templates/5/m2.gif) top repeat-x;
}
#m4 {
	background: url(/templates/5/m4.gif) left repeat-y;
}
#m5 {
	background: url(/templates/5/m6.gif) right repeat-y;
}
#m6 {
	background: url(/templates/5/m1.gif) left top no-repeat;
}
#m7 {
	background: url(/templates/5/m3.gif) right top no-repeat;
}
#m8 {
	background: url(/templates/5/m7.gif) left bottom no-repeat;
}
#m9 {
	background: url(/templates/5/m9.gif) right bottom no-repeat;
	min-height: 300px;
	padding: 10px;
}
.title {
	font-weight: bold;
	font-size: 17px;
}
.content, .content a
{
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}

.table
{
	border-collapse:collapse;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
}
.table TH
{
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	position:relative;
	font-weight: bold;
	text-align: left;
}
.table TD
{
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	position:relative;
}
.none
{
	border-collapse: separate;
}
.none TD, .none TH
{
	font-weight: none;
	border: 0px;
}