/***
 * Style guide that applies to all website should go in here.
 *
 */
*
{
	padding:0;
	margin:0;
}

body
{
	text-align:center;
}

a, a:visited
{
	text-decoration:none;
}

a:hover {text-decoration:underline; }

h1, h2, h3, h4, p
{
	margin:0;
	padding:0;
}

img
{
	display:inline;
	margin:0;
	padding:0;
	border:none;
}

input{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.pageContainer
{
	margin:0px auto;
	width:948px;
	position:relative;
}

.nostyle
{
	list-style:none;
	margin:0;
	padding:0;
}

.form {}

.form th { text-align:right; }

.wrapper{float:left;}
.clearall{clear:both;}
.left{float:left;}
.right{float:right;}

.white{color:#ffffff;}
.black{color:#000000;}
.red{color:#BF311A;}
.mustfill{color:#FF0000;}
.gray{color:#999999;}
.green{color:#339900;}
.status{font-size:11px; margin:10px 0; color:#999999;}
.status1{text-align:right;font-size:11px; color:#999999;}
.current {font-weight:bold; color:#DFEEF9;}
.justify{text-align:justify}
.alignright{text-align:right;}
.alignleft{text-align:left;}
.separate{margin:12px 0px;border-bottom:2px solid #aaa;}
.small{font-size:90%;}
