/* CSS Document */
body
{
	padding: 0px;
	margin: 0px;
	background-color:#Fbfbfb;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.holder
{
	width: 774px;
	height: 600px;
	margin:25px auto 0px auto;
	position: relative;
	border: 1px solid #e0e0e0;
	background-color: #ffffff;
}
.foot
{
	width: 774px;
	margin:3px auto;
	font-family: tahoma;
	font-size: 11px;
	color: #3e93b7;
}
.foot ul, .foot li
{
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.foot ul
{
	float: right;
}
.foot a
{
	padding: 0px 5px;
	border-left: 1px solid #3e93b7;
	color: #000000;
	text-decoration: none;
}
a.first
{
	border: none;
} 
.foot a:hover
{
	color: #3e93b7;
}
.menubar
{
	width: 163px;
	height: 100%;
	background: #3e93b7 url(images/premier.jpg) bottom center no-repeat;
	border-right: 1px solid #666666;
	position: absolute;
	top: 0px;
}
.headtab
{
	background:url(images/corner.png) no-repeat;
	width: 642px;
	height: 155px;
	position: absolute;
	top: 0px;
	left: 0px;
	_background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/corner.png",sizingMethod="crop");
}
.corner
{
	background:url(images/bcorner.png) no-repeat;
	width: 642px;
	height: 179px;
	position: absolute;
	bottom: -5px;
	right: 0px;
	_background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/bcorner.png",sizingMethod="crop");
	z-index: 3;
}
h3
{
	color: #3e93b7;
	font-size: 17px;
	margin: 0px;
	padding: 0px;
}
h4
{
	color: #e0e0e0;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}
.corner h4
{
	position: absolute;
	bottom: 10px;
	right: 20px;
}
.headtab h4
{
	padding: 10px;
	padding-bottom: 0px;
}
h5
{
	margin: 0px;
	padding: 0px;
	color: #990066;
	font-size: 12px;
	padding: 10px;
}
.t h5
{
	padding: 0px;
	padding-top: 10px;
}
.menubar ul, .menubar li
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.menubar ul
{
	padding-top: 30px;
	background-color: #53a4c6
}
.menubar li
{
	background: #53a4c6;
}
.menubar ul a
{
	text-decoration: none;
	color: #e0e0e0;
	display: block;
	padding: 4px;
	_width: 100%;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	min-height: 20px;
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
}
.menubar ul a:hover,.menubar ul a.current
{
	background-color: #5fa9c9;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;

}
.menubar ul ul
{padding-top: 0px;}
.menubar ul ul li{background-color: #82B4B9;}
.menubar ul ul a{	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
}
.menubar ul ul a:hover, .menubar ul ul a.current{	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
}
.content
{
	margin-left: 200px;
	padding-top: 85px;
	width: 400px;
	position: relative;
	z-index: 4;
}
.t
{
	width: 554px;
	padding-top: 0px;
	margin-top: 85px;
	height: 515px;
	overflow: auto;
	position: relative;
	z-index: 1;
	padding-right: 20px;
}
.content p
{
	margin: 0px;
	padding: 0px;
	margin-top: 12px;
	font-family: arial, tahoma, "century gothic";
	font-size: 12px;
	line-height: 150%;
}
.content a
{
	color: #3e93b7;
}
.content a:hover
{
	color: #000000;
}
.pics
{
	width: 145px;
	float: right;
	padding-top: 85px;
}
table
{
	border-top: 	1px dashed #e0e0e0;
	border-left: 1px dashed #e0e0e0;
	border-bottom: 1px dashed #e0e0e0;
}

td
{
	padding: 3px 8px;
	border-top: 1px dashed #e0e0e0;
	border-right: 1px dashed #e0e0e0;
}
th
{
	padding: 3px 8px;
	border-right: 1px dashed #e0e0e0;

}
label
{
	width: 7em;
	float: left;
	text-align: right;
	clear: left;
	padding-right: 4px;
	margin-bottom: 4px;
}
input, textarea, span
{
	width: 20em;
	float: left;
	margin-bottom: 4px;
}
span
{
	padding-left: 7px;
}
textarea
{
	width: 20.5em;
	_width: 20em;
	height: 5em;
	overflow: hidden;
}
input.button
{
	width: auto;
}
form
{
	clear: left;
	padding-top: 10px;
	_padding-top: 0px;
	_margin-top: 0px;
}
ol ol
{
	list-style-type: lower-alpha;
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
}
legend
{
	clear: left;
}
