﻿body{
	margin:0px;
	text-align:center;
	color:#333333;
}

.left{text-align:left !important;}
.right{text-align:right !important;}
.center{text-align:center !important;}
.fleft{float:left;}
.fright{float:right;}

.w30{width:30px;}
.w50{width:50px;}
.w75{width:75px;}
.w90{width:90px;}
.w100{width:100px;}
.w120{width:120px;}
.w150{width:150px;}
.w175{width:175px;}
.w200{width:200px;}
.w225{width:225px;}
.w250{width:250px;}
.w275{width:275px;}
.w300{width:300px;}
.w400{width:400px;}
.w420{width:420px;}
.w500{width:500px;}

.green{background-color:green;}
.cyan{background-color:cyan;}
.blue{background-color:blue;}
.gray{background-color:gray;}
.efefef{background-color:#EFEFEF;}


.clear{ clear:both;}

#block{ line-height:0px;height:6px;}
#line{ line-height:0px;height:1px;background-color:#666666;}
/*#help{ background-color:#FFFFCC;width:98%;text-align:left;}*/
#help{
	cursor:hand;
	width:16px;
	height:16px;
	padding-left:16px;
	background-image:url(/Images/help.gif);
	background-repeat: no-repeat;
	behavior:url(/js/help.htc);
	position:absolute;
}
#helptext{
	background-color: #FFFFCC;
	border: 1px solid #FF0000;
	width:200px;
	margin:2px;
	padding:2px;
	position:absolute;
	filter:alpha(opacity=85);
}

#page{
	width:777px;
	margin:0 auto;
	height:100%;
	background:#fff;
	border:1px solid #cccccc;
	text-align:center;
}

#main{
	text-align:center;
	margin:0px;
	clear:both;	
}

#left{
	text-align:center;
	float:left;
	
}

#left_main{
	text-align:left;
	margin:5px;
}

#center{
	float:left;
	text-align:center;
}

#right{
	/*float:right;*/
	float:left;
}

#right_main{
	text-align:left;
	margin:5px;
}

#link{
	color:#FFFFFF;
	height:40px;
	line-height:40px;

	background-image:url(../images/top_bar_mid.gif);
}
#link a{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;	
}

#foot{
	float:left;
	/*border:1px solid #CCCCCC;	*/
}