/* Revised by GEC. */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
}
body {
	background-image: url(../images/bgcolor_grey.png);
	margin-top: 0px;
	margin-bottom: 0px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0066CC;
}
a:link {
	text-decoration: none;
	color: #313131;
}
a:visited {
	text-decoration: none;
	color: #313131;
}
a:hover {
	text-decoration: underline;
	color:#0066CC
}
a:active {
	text-decoration: none;
}
h2 {
	font-size: 13px;
	color: #0066CC;
}
.GEC {
	color: #0066CC;
	font-weight: bold;
}
.footer {
	font-size: 9px;
	color: #313131;
}
.GEC_text {color: #88888A}
.sidebar {font-size: 90%; color: #313131;}

/* Menu */

#menu {
	width: 745px;
	height: 30px;
	margin: 0;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	padding: 0;
	display: inline;
	background: none;
}

#menu a {
	display: block;
	float: left;
	height: 28px;
	padding: 7px 50px 0px 10px;
	font-size: 100%;
	font-weight: bold;
}

#menu a:hover {
	float: left;
	text-decoration: none;
	color: #0066CC;
}

#menu b {
	text-decoration: underline;
}

/* Footer */


#footer {
    font-size: 11px;
}

#footer a {
    font-size: 11px;
}

/* Sidebar Left */

#sidebar_left a {
    display: block;
	float: left;
	font-size: 100%;
	font-weight: normal;
}

#sidebar_left a:hover {
    display: inline;
	color: #0066CC;
}

/* Sidebar Right */

#sidebar_right a {
    display: inline;
	float: center;
	font-size: 100%;
	font-weight: normal;
	color: #313131
}

#sidebar_right a:hover {
    display: inline;
	color: #0066CC;
}

/* Contact */

#contact a {
    display: inline;
	float: center;
	font-size: 100%;
	font-weight: normal;
	color: #0066CC
}

#contact a:hover {
    display: inline;
	color: #0066CC;
}