/* CSS Document */

	body{
		background: #cbcbcb /*url("images/generic/background.gif") repeat-y center*/;
		margin:0px;
		
	}
	.container{
		width:750px;
		margin-left:auto;
		margin-right:auto;
	}
	.topBar{
		height:14px;
		vertical-align:top;
	}
	.topButton{
		width:70px;
		height:14px;
		border:0px;
		float:right
	}
	.spacerBar{
		height:76px;
		background:#cbcbcb url("images/generic/plane_top.gif") bottom right no-repeat;
	}
	.mainBar{
		width:auto;
		background:#fff;
		height:83px;
		vertical-align:top;
	}
	.mainTextBox {
		width: auto;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #424242;
		text-align:justify;
		margin-bottom:24px;
		padding-left:3px;
		float:none;
	}
	.logoBar{
		height:71px;
		width:250px;
		background:#fff url("images/generic/logo.gif") left no-repeat;
		text-align:left;
		float:left;
		padding-top:12px;
	}
	table{
		width:auto;
	}
	td{
		vertical-align:bottom;
	}
	.gradBar{
		background:   url("images/generic/grad_bottom.gif") bottom right no-repeat;
		height: 4px;
	}
	.miniHeading{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		color: #424242;
		font-weight:bold;
		margin-top:0px;
	}
	.normalText, .normalText a:link, .normalText a:visited{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		color: #424242;
		text-decoration:none;
		text-align:left;
	}
	.normalText a:hover{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		color: #424242;
		text-decoration:underline;
	}
	.rightArea{
		background:   url("images/generic/plane_middle.gif") top right no-repeat;
		height:71px;
		padding-top:12px;
		text-align:left;
		vertical-align:bottom;
	}
	.divider{
		background:#cbcbcb url("images/generic/grad_top.gif") top left repeat-x;
		height:auto;
	}
	.contentContainer{
		width:auto;
		height:270px;
	}
	.formbox{
		.border: 1px #424242 solid;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		color: #424242;
		margin-bottom:2px;
	}
	.innerSideBox{
		background:#cbcbcb;
		padding:2px;
		height:100%;
		width:100%;
		vertical-align:top;
	}