.text_preview
{
	background-color:#FCF3E1;
}

#text p
{
	padding:4px;	
	margin:0px;
	font-size:12px;
	text-align:justify;
}

#text pre
{
	white-space:normal;
}

#text h1
{
	border:1px solid #3A389D;
	border-left:8px solid #3A389D;
	background-color:white;	
	color: black;
	margin:10px 2px 8px 2px;
	padding:2px;
	font-size:16px;
}

#text h2
{
	color:#3A389D;
	margin:6px 2px 8px 4px;
	font-size:14px;
	border-bottom:1px solid #3A389D;
}

#text h3
{
	margin:4px 4px 8px 4px;
	font-size:12px;
	color:#3A389D;
}

#text h4
{
	margin:0px 4px 8px 6px;
	font-size:0.9em;
}

#text h5
{
	margin:0px 4px 8px 6px;
	color:#6C6B66;
}

#text h6
{
	margin:0px 4px 8px 8px;
}

#text a
{
	color:black;
	text-decoration:none;
	font-weight:bold;
}

#text a:hover
{
	text-decoration:underline;
}
#text pre
{
	border:1px solid #c5c5c5;
	background-color:#F5F5F5;
	margin:4px 10px;
	padding:2px;
}

#text dl
{
	margin:4px;
	padding:2px;
}

#text dt
{
	text-align:center;
	border:0px;
	color:#446EC4;
}

#text img
{
	border:0px;
}

#text address
{
	margin:10px;
	border:1px solid #c5c5c5;
	background-color:#CCDEF6;
}

#text table
{
	margin:0px;
	padding:0px;
}

#text caption
{
	color:#446EC4;
	font-weight:bold;
	font-size:12px;
}

#text th
{
	background-color:#CCDEF6;
	color:#446EC4;
}

#text td
{
	color:black;
}

#text form
{
	border:3px double #3A389D;
	background-color:white;
	scrollbar-face-color:#1933B3;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#1933B3;
	scrollbar-darkshadow-color:#1933B3;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#393999;
	width:500px;
}

#text form h1
{
	border-bottom:1px solid #3A389D;
	border:0px;
	color:#446EC4;
	text-align:center;
}

#text label
{
	width:100px;
	float:left;
	font-size:12px;
	text-align:right;
}

#text input,select,textarea
{
	font-family:arial;
	border:1px solid #3A389D;
	margin:2px;
	color:#3A389D;
	font-weight:bold;
	background-color:white;
}

#text fieldset
{
	border:1px solid #3A389D;
	margin:5px;
	padding:5px;
}

#buttons
{
	text-align:center;
}


