/* Overall style */

#smalla a {color:#09A3D9;font-size:11px;}
#smalla a:hover {color:#FF6634; text-decoration:none}

#tablelist a {
font-size:10px;
font-weight:normal;
color:#1f7225;
text-decoration:underline;
}
#tablelist a:hover {
	color:#000000;
	text-decoration:none;
}
#tablelist td {
	background-color:#EFF1EF;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}
body {
	/*background-color: #EDEFF3;*/
	/*background: url(../gfx/bg8.gif);*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.container {
    width:810px;
    margin:0 auto;
    text-align:left;
    position:relative;
}
h1 {
	font: bold 12pt Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
a {
    text-decoration:none;
}
a:link {
	color: #09A3D9;
}
a:visited {
	color: #09A3D9;
}
a:hover {
	color: #FF6634;
	/*border-bottom: 1px dotted #999999;*/
}
a:active {
	color: #09A3D9;
}
#leftBgr {
	background: url(../gfx/leftbg.jpg) repeat-y left 1px;
}
/* End Overall style */

/* Page content */
#content {
    position:static; 
	margin-top:7px;
    margin-bottom:7px;	
	margin-left:15px; 
	margin-right:15px;
}
/* End Page content */

/* Titles */
#title {
	position:absolute;
	left:738px;
	top:5px;
	width:11px;
	height:25px;
	font: bold 22px "Calligraph421 BT", Arial;
	color: #000000;
	white-space: nowrap;
}
#slogan {
	position:absolute;
	left:518px;
	top:46px;
	width:212px;
	height:20px;
	font: bold normal 11px Verdana;
	color: #666666;
	white-space:nowrap;
}
/* End titles */

/* Left panel */
#leftPan {
	position:absolute;
	left:-3px;
	top:170px;
	white-space:nowrap;
}
#leftPan li {
	list-style: square outside; 
	color:#CC6633;    
    height:15px;
    text-indent: 1px;
	margin-top: 4px;
	margin-left:-10px;
}
#leftPan a{
	text-decoration:none;
	font-weight: bold;
	border: 0;
}
#leftPan a:link {
	color: #006699;
}
#leftPan a:visited {
	color: #006699;
}
#leftPan a:hover {
	color: #0066FF;
}
#leftPan a:active {
	color: #0066FF;
}

#greenlink a:link {
	color: #008000;
}
#greenlink a:visited {
	color: #008000;
}
#greenlink a:hover {
	color: #0080ff;
	border-bottom: 1px dotted #008000;
}
#greenlink a:active {
	color: #0080ff;
	border-bottom: 1px dotted #008000;
}
/* End Left panel */

/* buttons */
.mybutton{
cursor:pointer;
border:outset 1px #ccc;
background:#999;
font-family:Verdana, Times New Roman;
font-weight:bold;
color:#000000;
padding: 1px 2px;
background:url("../gfx/button_bg.jpg") repeat-x left top;
}
.mybutton:hover { 
background:url("../gfx/button_bg_hov.jpg") repeat-x left top;
color:#ff4000;
}
/* end button s*/

