/* CSS Document */

body{
/*    padding : 0;
    margin : 30px 0px;
    background-image : url(../images/bg.gif);
    background-repeat : repeat-x, repeat-y;
	text-align : center; */
	padding: 0;
	margin: 0px 0px;
	text-align: center;
    /* background-image : url(../images/bg.gif); */
	/* background-color: #b7f4f4; */
	background-color: #00ced1;
	}

table.big_table {
	border-width: 1px;
	border-style: solid;
/*	border-color: #00ced1; */
	border-color:white;
}

td {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
}

p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
}

span {
	font-family: Verdana, Arial, sans-serif;
}

td.title_bar{
	background-color: white;
}

td.left_menu{
	background-color: #ff7f00;
}

td.main_content{
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 20px;
	background-color: white;
}


div.copyright {
	text-align : center;
    font-family: Verdana, Arial, sans-serif;
	font-size: 7pt;
    font-weight : normal;
	font-color : #000;
	padding-top : 10px;
	padding-bottom : 3px;
}


A {
	color: #41698a;
	text-decoration: underline;
	font-size: 10pt;
}

A:visited {
	color: #41698a;
	text-decoration: underline;
}

A:active {
	color: #41698a;
	text-decoration: underline;
}

A:hover {
	color: #ff9c36;
	text-decoration: underline;
} 


A.left_menu {
/*	color: #41698a; */
/*	color: #00ced1; */
	color: #ffffff;
	text-decoration: underline;
	font-size: 11pt;
	line-height: 18pt;
}

A.left_menu:visited {
/*	color: #41698a; */
/*	color: #00ced1; */
	color: #ffffff;
	text-decoration: underline;
}

A.left_menu:active {
/*	color: #41698a; */
/*	color: #00ced1; */
	color: #ffffff;
	text-decoration: underline;
}

A.left_menu:hover {
/*	color: #ffffff; */
/*	color: #00ced1; */
	color: #41698a; 
	text-decoration: underline;
} 

A.copyright {
	font-size: 7pt;
}

A.copyright:hover {
	color: #ffffff; 
} 

table.contacttable {
}

table.contacttable td {
	font-size: 8pt;
}

table.contacttable tr {
	vertical-align: top;
}

table.contacttable a {
	font-size: 8pt;
}
