body {
	margin: 0px;
	padding: 0px;
	-moz-user-select: none;
}
body,p,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #cadce8;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
        font-weight:bold;
	color: #cadce8;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
        font-weight:bold;
	color: #cadce8;
}
.leftCell {
	background-image: url(images/leftBackground.gif);
	background-repeat: repeat-x;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #246DA0;
	border-right-color: #246DA0;
	border-bottom-color: #246DA0;
	border-left-color: #246DA0;
	background-color: #69b5ea;
}
.rightCol {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #276ba0;
	border-right-color: #276ba0;
	border-bottom-color: #276ba0;
	border-left-color: #276ba0;
	background-color: #051c30;
}
.botLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.fileds {
	background-color: #CCCCCC;
	border: 1px solid #000000;
}
/* TOP MENU STYLE */
#topmenu ul
{
        margin: 0;
        padding: 0;
        list-style-type: none;
}

#topmenu li { 
        margin: 0 0 .1em 0; 
        float: left;
}

#topmenu a
{
        display: block;
        color: #3871a3;
        font-size:12px;
        font-weight:bold;
        padding: 0em 1em;
        text-decoration: none;
}

#topmenu a:hover
{
		font-weight: bold;
        color: #003366;
}
/* END Top Menu Style */

.text
{
font-family: arial;
font-size: 13px;
color: #cadce8;
}

.text2
{
font-family: arial;
font-size: 13px;
font-weight: 700;
color: #cadce8;
}

.heading
{
font-family: arial;
font-size: 18px;
font-weight: 700;
color: #cadce8;
}

a:link {color: #cadce8;}
a:visited {color: #cadce8;}
a:hover {color: #7da1c0; text-decoration: none;}
a:active {color: #cadce8;}

a:link.2 {color: #cadce8; text-decoration: none;}
a:visited.2 {color: #cadce8; text-decoration: none;}
a:hover.2 {color: #7da1c0; text-decoration: underline;}
a:active.2 {color: #cadce8; text-decoration: none;}

