html, body {
	height: 100%;
}
body {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #c6d9ea;
	background-image: url(/templates/4/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px 0px 0px;
}
a {
	text-decoration: none;
	color: #000000;
}
#c1 {
	background: url(/templates/4/c1.gif) top left no-repeat;
}
#c2 {
	background: url(/templates/4/c2.gif) top repeat-x #f1f1f1;
}
#c3 {
	background: url(/templates/4/c3.gif) top right no-repeat;
}
#c4 {
	background: url(/templates/4/c4.gif) repeat-y right;	
}
#c5 {
	background: url(/templates/4/c5.gif) bottom right no-repeat;
}
#c6 {
	background: url(/templates/4/c6.gif) bottom left no-repeat;
}
#c7 {
	background: url(/templates/4/c7.gif) bottom repeat-x;
}
#c8 {
	background: url(/templates/4/c8.gif) repeat-y left;	
}
#c {
	padding: 8px 8px;
}
#ctitle {
	padding: 4px 2px;
}

img
{
	border:0px
}

.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;
}
.white, .white a {
	color: #FFFFFF;
}