a {
	color: #00c;
	text-decoration: none;
	font-style: italic;
}

a:visited {
	color: #66c;
}

a:hover {
	color: #00c;
	text-decoration: underline;
	background: none;
}

h4.search {
margin-top:3px;
margin-bottom:2px;
 color: #000000;
 font-weight: bold;
 font-size: 16px;
}

a:active {
	color: red;
}

body {
	background-color: #333333;
	   margin-left: auto;
   margin-right: auto;
        font: 11px arial, sans-serif;
        color: #565656;
}


.bg {
	background-color: #CBE4CC;
}

.bg2 {
	background-color: #505050
}

/*.content {
	background-color: #CBE4CC;
}*/

table#menu-table td {
   margin-left: auto;
   margin-right: auto;
	color: #00c;
	background: none;
	background-color: #DAEBDB;
}
table#menu-table td:hover {
   margin-left: auto;
   margin-right: auto;
	color: #00c;
	background: none;
	background-color: #FFFCED;
}
table#menu-table a {
	color: #166C19;
	text-decoration: none;
	font-style: italic;
}

table#menu-table a:visited {
	color: #0F4711;
	text-decoration: none;
	font-style: italic;
}

table#menu-table a:hover {
	color: #00c;
	background: none;
}

table#menu-table a:active {
	color: #00c;
	text-decoration: none;
	font-style: italic;
}

#content {
   margin-left: 10px;
   margin-right: 10px;
}
	

.shadow {
-moz-box-shadow: 2px 2px 3px #000;
-webkit-box-shadow: 2px 2px 3px #000;
box-shadow: 2px 2px 3px #000;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

div.roundedbox {
-moz-border-radius: 5px;
border-radius: 5px;
border: 3px solid #bbbbf0;
background-color: #ffffff;
padding:8px;
-moz-box-shadow: 2px 2px 3px #444480;
-webkit-box-shadow: 2px 2px 3px #444480;
box-shadow: 2px 2px 3px #444480;
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444480')";
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444480');
}

div.bluebox {
-moz-border-radius: 3px;
border-radius: 3px;
border: 1px solid #ddddfa;
background-color: #ddddfa;
padding:1px;
-moz-box-shadow: 2px 2px 3px #444480;
-webkit-box-shadow: 2px 2px 3px #444480;
box-shadow: 2px 2px 3px #444480;
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#444480')";
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#444480');

}


