body
{
	background: url(../images/common/bg.gif) repeat-x #000;
	margin: 0;
}
td
{
    color: #333;
    font: 12px arial;
}

a { color: #666699; }
a:active { color: #666699; }
a:visited { color: #666699; }
a:hover { color : #FF0000; }

form
{
    margin:0;
}

input,select,textarea,iframe
{
	font-size : 11px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	BORDER-RIGHT: #999999 1px solid;
	BORDER-TOP: #999999 1px solid;
	BORDER-LEFT: #999999 1px solid;
	BORDER-BOTTOM: #999999 1px solid;
	border-style : solid;
	background-color : white;
	font-weight : bold;
}

ul
{
    list-style-image: url(../images/common/bullet.gif);
    margin: 15px 0 15px 14px;
}
hr
{
    height:1px;
    color:#ccc;
    margin: 12px 0;
}

#wrapper
{
	height:100%;
}
#main
{
	background: url(../images/common/main-bg.gif) repeat-y #000;
}
#shdw-left
{
	background: url(../images/common/shdw-left.gif) no-repeat;
	width: 17px;
}
#shdw-right
{
	background: url(../images/common/shdw-right.gif) no-repeat;
	width: 17px;
}
#page
{
	background: url(../images/common/page-bg.jpg) no-repeat #FFF;
	border-width: 0 1px;
	border-style: solid;
	border-color: #000;
	width: 731px;
	height: 700px;
}
#pagecell
{
	padding: 26px 25px;
}
#footer
{
	background: url(../images/common/footer-bg.gif) no-repeat;
	height: 87px;
	width: 731px;
}
#footer td
{
	color: #B8BABE;
	font: 10px arial;
	line-height:15px;
	padding: 7px 20px 0 20px;
}
#footer a
{
	color: #B8BABE;
}
#footer a:hover
{
	color: #FFF;
}
#ss_img
{
	width:731px;
	filter:progid:DXImageTransform.Microsoft.GradientWipe(duration=2, gradientSize=1);
}
#ss_select
{
	display:none;
}

.pagetitle
{
	margin: 0 0 23px 0;
}
.title
{
	font: 16px verdana;
	line-height:18px;
	padding: 7px 0px 0 0px;
	font-weight : bold;



	color:#ffffff;
}
.highlight
{
	color:#FF0000;
}
.border
{
	border:0 solid #999;
}