/*this css file hold all general use css*/

/*************************************************
		clearfix
**************************************************/
.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.clearfix {
	display: block;/*the holy hack for a bug in IE6 for Windows*/
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
/*************************************************
		end clearfix
**************************************************/

body {
	margin-top: 0px;
	background-color: #d4d4d4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	cursor:pointer;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}

a img{
	text-decoration:none;
	border:0px;
}

#content{
	font-size:12px;
	padding:10px;
}

.bold{
	font-weight:bold;
}

.textCenter{
	text-align:center;
}

.left{
	float:left;
}

.right{
	float:right;
}

.hiddenSubmit{
	position:relative;
	left:-3000px;
	height:0px;
	width:0px;
	overflow:hidden;
}

.font10{
	font-size:10px;
}
.font12{
	font-size:12px;
}
.font14{
	font-size:14px;
}
.fontblack{
	color: black;
}
