#main {
	background-image: url(images/std_background.gif);
	background-repeat: no-repeat;
	width: 750px;
	height: 550px;
}
#inner {
	border-top: solid 1px #666666;
	border-bottom: solid 1px #bcbcbc;
}
#footer {
	font-family: Verdana, Arial, MS Sans Serif, Helvetica;
	font-size: 10px;
	color:black;
}
a.LinkBlack:link {
	text-decoration: none;
	color: #000000;
}
a.LinkBlack:hover {
	color: #0066CC;
	text-decoration: none;
}
a.LinkBlack:active {
	color: #0066CC;
	text-decoration: none;
}
a.LinkBlack:visited {
	color: #000000;
	text-decoration: none;
}
.dotLineV {
	background-image: url(images/dotline_vertical.gif);
	background-repeat: repeat-y;
}
.dotLineV60 {
	background-image: url(images/dotline_vertical_60.gif);
	background-repeat: repeat-y;
}
body {
	background-attachment: fixed;
	background-image: url(images/body_background.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.textSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.textMedium {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.btnSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #f0f0f0;
	border: 1px solid #666666;
}
.tBoxSmall {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
}
.btnBlueSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-image: url(images/btn_blue.gif);
	background-repeat: no-repeat;
	border: none;
	height: 25px;
	width: 100px;
	font-weight: bold;
	color: #FFFFFF;
}
#innerContainer {
	width: 540px;
	height: 310px;
	overflow: auto;
	padding-right: 10px;
}
