BODY{
	scrollbar-3d-light-color: #FFFFFF;
	scrollbar-arrow-color: #4488A4;
	scrollbar-base-color: #FFFFFF;
	scrollbar-dark-shadow-color: #BBCCEE;
	scrollbar-face-color: #BBDDEE;
	scrollbar-highlight-color: #7B88A9;
	scrollbar-shadow-color: #D0DAE3;
	}

A:link {
	color: #0000AA;
	text-decoration: none;
}

A:visited {
	color: #005500;
	text-decoration: none;
}

A:active {
	color: #0000AA;
	text-decoration: none;
}

A:hover {
	color: #FF0000;
	text-decoration: none;
}

A.dark:link {
	color: #FFFFFF;
	text-decoration: none;
}

A.dark:visited {
	color: #FFFFFF;
	text-decoration: none;
}

A.dark:active {
	color: #FFFFFF;
	text-decoration: none;
}

A.dark:hover {
	color: #CCDAE3;
	text-decoration: none;
}

TD {
	font-size: 12px;
	font-family : Verdana;
}

P {
	font-size: 12px;
	font-family : Verdana;
}

TD.dark {
	font-size: 12px;
	font-family : Verdana;
	color : #FFFFFF;
}

P.dark {
	font-size: 12px;
	font-family : Verdana;
    color: #FFFFFF
}

TD.smaller {
	font-size: 10px;
	font-family : Verdana;
	color : #000000;
}

P.smaller {
	font-size: 10px;
	font-family : Verdana;
	color : #000000;
}

TD.bigger {
	font-size: 12px;
	font-family : Verdana;
	color : #000000;
}

P.bigger {
	font-size: 12px;
	font-family : Verdana;
	color : #000000;
}

HR {
	color : #003366;
	height : 1px;
}

/* ----------------------------------------
   Sidebar box
------------------------------------------- */

.box {margin-bottom: 5px;}
.box_title {
	background: #8FD9FC url('imgs/box/title.gif') no-repeat left top;
	padding: 6px 10px 5px;
	font-weight: bold;
	font-size: 1.2em;
	color: #505E69;
}
.box_body {
	background: #E9F5FB url('imgs/box/body.gif') repeat-x left top;
	padding: 8px 10px 1px;
	font-size: 1.0em;
}
.box_bottom {
	background: url('imgs/box/bottom.gif') no-repeat left top;
	display: block;
	height: 5px;
	font-size: 0;
	line-height: 0;
}

.box ul {
	margin-left: 0;
	border-bottom: 1px solid #5FC9EE;
}
.box li:first-child {border-top: none;}
.box ul li {
	list-style: none;
	padding: 4px;
	border-top: 1px solid #5FC9EE;
	border-bottom: 1px solid #D0D8DE;
}
.box ul a {text-decoration: none;}
.box ul a:hover {text-decoration: underline;}

.menu1 {
	color : #FFFFFF;
	margin-top : 0px;
	padding-bottom : 0px;
	margin-bottom : 0px;
	margin-left : 45px;
	margin-right : 0px;
	font-size : 8px;
	font-family : Tahoma,Verdana,Arial;
}
.menu1 a {
	color : #FFFFFC;
	text-decoration: none;
}
.menu1 a:hover {
	color : #FFFFEE;
}
