/* CSS Document */

*
{
padding:0px;
margin:0px;
}
body
{
font-family:Arial, Helvetica, sans-serif;
color:#1f5d9c;
font-size:12px;
background-color:#FFFFFF;
}
a
{
color:#1f5d9c;
text-decoration:none;
}

#container
{
}
.spacebody
{
padding:0px 6px;
}
#top
{
}
.topline
{
background-color:#FF6000;
height:6px;
}

#top
{
background-image:url(images/top.jpg);
background-repeat:repeat-x;
height:71px;
}

#top p a
{
padding:5px 10px;
background-image:url(images/sep.jpg);
background-repeat:no-repeat;
background-position:left;
}
#top p a:hover
{
color:#FF6000;
}
#top p
{
padding:5px 10px;
}

#category
{
background-image:url(images/category.jpg);
background-repeat:repeat-x;
height:39px;
}
h3
{
font-size:15px;
font-weight:bold;
color:#FF6000;
background-image:url(images/arrow.jpg);
background-position:left;
background-repeat:no-repeat;
padding-left:25px;
margin-left:10px;
}
.smallfont
{
font-size:11px;
color:#000000;
padding-left:15px;
}
#left
{
font-size:14px;
color:#FF6000;
background-color:#FFFFFF;
}
.input
{
width:145px;
height:15px;
font-size:10px;
color:#999999;
padding:3px;
border:solid 1px #a6a6a6;
margin:5px 0px;
}
.leftspace
{
padding:14px;
}
h1
{
font-size:12px;
font-weight:bold;
color:#1f5d9c;
padding-left:10px;
padding-right:20px;
line-height:13px;
}
h2
{
font-size:12px;
font-weight:bold;
color:#1f5d9c;
padding-top:5px;
padding-bottom:5px;
padding-right:20px;
line-height:13px;
display:block;
border-bottom:solid 1px #ccc;
}

#content p
{
padding:5px 15px;
text-align:left;
}
.border
{
border-left:solid 1px #FF6000;
}
#content ul li
{
list-style-type:round-circle;
list-style-position:inside;
padding-left:25px;
line-height:18px;
}
.h2table
{
margin-left:15px;
}
#bottom
{
background-image:url(images/bottom.jpg);
height:55px;
background-repeat:repeat-x;
color:#0066CC;
}
#bottom a:hover
{
color:#FF6000;
}
#left a, #right a
{
font-weight:bold;
font-size:12px;
display:block;
padding:7px 10px;
border-bottom:solid 1px #0066CC;
}
#left a:hover, #right a:hover
{
background-color:#FF6000;
color:#FFFFFF;
}
.redtext
{
	color: #FF6000;
	text-decoration: none;
}
input.button, input.button_red, input.button_green, input.button_pruple, a.button, a.button_red, a.button_green, a.button_pruple
{
	border-left:1px solid rgb(180, 180, 180); border-right:1px solid rgb(114, 114, 114); border-top:1px solid #B4B4B4; border-bottom:1px solid rgb(114, 114, 114); text-decoration: none;
	background-image:url('/images/button_bg.gif');
	background-color:#ffffff;
	background-position: left top;
	background-repeat:repeat;
	font-size:1.0em;
	margin:0px;
	padding-left:10px;
	padding-right:10px;
	cursor: pointer; padding-top:1px; padding-bottom:1px
}
.purtextbold
{
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}
.subWindow
{
	background: #F0F0F0;
	display: none;
	margin: 10px;
	padding: 10px;
	border-width: 1px;
	border-style: dashed;
	border-color: gray;
}
.smallRedText
{ 
	color:#FF6000;
	font-size:xx-small;	
	text-decoration: none;
}


.smallRedText:hover
{
	color: #999999;
	text-decoration: none;
}

.smallRedText:visited
{
	color: #DA2C00;
	text-decoration: none;
}
.purtext
{
	color: #000066;
	text-decoration: none;
}

.purtextbold
{
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}

.grntext
{
	color: #00B95C;
}

.whttextlink
{
	color: #ffffff;
	text-decoration: underline;
}
.redtextlink
{
	color: #DA2C00;
	text-decoration: underline;
}
.purtextlink
{
	color: #000066;
	text-decoration: underline;
}
.grntextlink
{
	color: #00B95C;
	text-decoration: underline;
}
.redtextlink
{
	color: #ff6000;
	text-decoration: underline;
}
.whttextlinkbold
{
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}
.redtextlinkbold
{
	font-weight: bold;
	color: #ff9900;
	text-decoration: underline;
}
.purtextlinkbold
{
	font-weight: bold;
	color: #000066;
	text-decoration: underline;
}
.grntextlinkbold
{
	font-weight: bold;
	color: #00B95C;
	text-decoration: underline;
}
.redtextlinkbold
{
	font-weight: bold;
	color: #DA2C00;
	text-decoration: underline;
}
TH
{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #eaeaea;
}