﻿BODY {
background-image: url('images/cm_background.gif');
background-color : #d4d4d6;
margin: 20px;
font-size : 14px;
color: #000000;
}

/* Main Content / General Settings */

Table {
color: #000000;
font-family : Arial, sans-serif;
font-size : 14px;
border: 0px #000000 solid;
}


UL {
color: #000000;
font-family : Arial, sans-serif;
font-size : 14px;
border: 0px #000000 solid;
}


LI {
color: #000000;
font-family : Arial, sans-serif;
font-size : 14px;
border: 0px #000000 solid;
}


TD {
color: #000000;
font-family : Arial, sans-serif;
font-size : 14px;
border: 0px #000000 solid;
}


P {
color: #000000;
font-family : Arial, sans-serif;
font-size : 14px;
border: 0px #000000 solid;
}


A:LINK {
color : #010080;
text-decoration : none;
}
A:VISITED {
color : #010080;
text-decoration : none;
}
A:HOVER {
color : #010080;
text-decoration: underline;
}
A:ACTIVE {
color : #010080;
font-weight: bold;
text-decoration : none;
}


H1 {
font-size : 120%;
font-weight : bold;
color : #010080;
margin-left: 24px;
}


H6 {
font-size : 110%;
font-weight : bold;
color : #010080;
}


H5 {
font-size : 110%;
font-weight : bold;
color : #010080;
}


H4 {
font-size : 110%;
font-weight : bold;
color : #010080;
}


H3 {
font-size : 110%;
font-weight : bold;
color : #010080;
}


H2 {
font-size : 110%;
font-weight : bold;
color : #010080;
}


HR {
color: #010080;
height: 1px;
width: 100%;
}

.center {
	text-align: center;
}

.borderimg {
	border-width: 0px;
}

.topleft {
	background-image: url('images/head_topleft.png');
	text-align: center;
}
.topright {
	background-image: url('images/head_topright.png');
	text-align: center;
}
.botright {
	background-image: url('images/head_botright.png');
}
.footer {
	background-image: url('images/cm_footer.png');
}
.conleftbg {
	background-image: url('images/con_leftbg.png');
	background-repeat: repeat-x;
}
.conmidbg {
	background-image: url('images/con_midbg.png');
	background-repeat: repeat-x;
}
.consep {
	background-image: url('images/con_separator.png');
	background-repeat: repeat-x;
}
.conrightbg {
	background-image: url('images/con_rightbg.png');
	background-repeat: repeat-x;
}
.conmidbg {
	text-align: center;
	background-image: url('images/con_midbg.png');
	background-repeat: repeat-x;
}
.conmainbg {
	background-image: url('images/con_mainbg.png');
}
.smalltext {
	font-size: 12px;
	text-align: center;
}
.content {
	text-align: justify;
	background-image: url('images/con_midbg.png');
	background-repeat: repeat-x;}
.content p {
	text-align: justify;
	margin-left: 24px;
	margin-right: 12px;
}