.mainDiv
{
	width:750px;
	border: 0px solid #00FF00;
	height:300px;
}

.contenttextDiv
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size :10px;
	color : black;
	border: 0px solid #FF0000;
}

.contentColTextDiv
{
	width:365px;
	border: 0px solid #000000;
	float: left;
/*	background-color: #FFFF66;*/
	height:32px;
}
.contentColAreaDiv
{
	width:372px;
	border: 0px solid #000000;
	float: left;
/*	background-color: #00FF66;*/
	height:85px;
}
.contentColSpacerDiv
{
	width:372px;
	border: 0px solid #000000;
	float: left;
/*	background-color: #FFcc66;*/
	height:10px;
}
.contentColDiv4
{
	width:374px;
	border: 1px solid #000000;
	float: left;
	background-color: #66FF66;
	height:auto;
}

.bureaucratic_information
{
	width: 600px;
	border: 0px solid #FF0000;
}

.bureaucratic_header
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size :10px;
	color : black;
	height: 30px;
	width: 300px;
}

.column
{
	width: 300px;
	float:left;
}

.input_text_long
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size :10px;
	color : black;
	height: 32px;
	width: 300px;
	border: 0px solid #00FF00;
}

.input_text_short
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size :10px;
	color : black;
	float: left;
	height: 20px;
	width: 150px;
	border: 0px solid #FFFF00;
}

.dates
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size :10px;
	color : black;
	height: 85px;
	width: 300px;
}

.input_select
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size :10px;
	color : black;
	height: 120px;
	width: 300px;
}

.input_text_long_hidden
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size :10px;
	color : black;
	height: 32px;
	width: 300px;
	border: 0px solid #00FF00;
	display:none;
}

.input_text_short_hidden
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size :10px;
	color : black;
	float: left;
	height: 20px;
	width: 150px;
	border: 0px solid #FFFF00;
	display:none;
}

.red
{
	background-color: #FF0000;
}

.blue
{
	background-color: #0000FF;
}

.green
{
	background-color: #00FF00;
}

.yellow
{
	background-color: #FFFF00;
}

.b_1
{
	border: 1px solid #000000;
}

.b_0
{
}

.b_d
{
	border: 1px dotted #000000;
}

.b_r
{
	border: 1px solid #FF0000;
}

.b_g
{
	border: 1px solid #00FF00;
}

.b_b
{
	border: 1px solid #0000FF;
}

.b_y
{
	border: 1px solid #FFFF00;
}

.b_c
{
	border: 1px solid #00FFFF;
}

.b_m
{
	border: 1px solid #FF00FF;
}

.hidden
{
	display:none;
}

.bottom
{
	vertical-align:baseline;
}

.right
{
	text-align:right;
}

.none
{
	float:none;
}
