/*  Body  */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 15px;
	background-color: #C7D4D9;
}

/*  Tables  */
table {
	border: 0px;
	padding: 0px;
	border-spacing: 0px;
}
.toptable {
	background-image: url("/images/top_bar.gif");
}
.bottomtable {
	background-image: url("/images/bottom_bar.gif");
	white-space: nowrap;
}
.left_l {
	background-image: url("/images/left_1.gif");
}
.left_r {
	background-image: url("/images/left_2.gif");
}
.bgcolor1{
	background-color: #ECECEC;
}
.bgcolor2{
	background-color: #BAB3B3;
}
.height100{
    height: 100%;
}
.height49{
    height: 49px;
}
.height31{
    height: 31px;
}
.width100{
	width: 100%;
}
.width95{
	width: 95%;
}
.width90{
	width: 90%;
}
.width50{
	width: 50%;
}
/*  Footer  */
.footertext {
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}
.center{
	text-align: center;
}

/********************
**    Left Menu     *
*********************/
.menuleft {
	line-height: 30px;
	margin-left: 8px;
}
.menusmall {
	margin-left: 14px;
	font-size: 12px;
}
.menutable {
	font-size: 14px;
	vertical-align: top;
	background-color: #BAB3B3;
	border: 0px;
	padding: 0px;
	border-spacing: 0px;
}
/***************
**    Body     *
****************/

.bodytext {
	text-indent: 1cm;
	font-size: 12px;
}
.bodytitle {
	text-indent: 1cm;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
/****************
**    Links     *
*****************/

a:link {
	color: #385762;
	text-decoration: none;
}
a:visited {
	color: #385762;
	text-decoration: none;
}  /* visited link */
a:hover {
	color: #385762;
	text-decoration: underline;
}   /* mouse over link */
a:active {
	color: #385762;
	text-decoration: none;
} a.footerlink {
	color: #FFFFFF;
}
