body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #232323;
	background-image:url(images/umc_back.gif);
	background-repeat:repeat-x;
}


.white_border_top {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.home_background {
	background-image: url(images/umc_automation_24.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.white_body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.white_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-repeat:no-repeat;
}
.blue_border {
	border: 1px solid #4E749B;
}
.blue_body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
}
.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.caption_text {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
a{
	color: #FF6600;
	text-decoration: underline;
}
a:hover{
	color: #FF6600;
	text-decoration: none;
}
.error_text {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}



.border_popup {
	background-color: #EFF2F7;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003366;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
}
.border_bottom {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #003366;
}
.back_bottom {
	background-image: url(images/umc_automation_31.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

#field_label{
	vertical-align:top;
	padding-bottom:3px;
	padding-right:5px;
	padding-top:3px;
	text-align:right;
}
#field_cell{
	vertical-align:top;
	padding-bottom:3px;
	padding-top:3px;
	text-align:left;
}

#notice {
	border: 2px solid #FF0000;
	color:#FF0000;
	background-color:#FFFFFF;
	margin-top: 10px;
	padding: 5px;
	text-align:left;
}

#nice_notice {
	border: 2px solid #006600;
	color:#006600;
	background-color:#FFFFFF;
	margin-top: 10px;
	padding: 5px;
	text-align:left;
}

/* News Styles */

.sub_box{

}
	.sub_box #box_header{
		background-color: #D2D0B8;
		text-align: left;
	}
	#box_content_light{
		border: 1px solid #E7E9E9;
		margin-top: 3px;
		padding: 5px;
		font-size: 12px;
		color:#000000;
		text-align: left;
	}
		.news_block{
			margin-bottom: 5px;
			padding: 5px 5px 10px 5px;
			border: 1px solid #CCCCCC;
			text-align: left;
			background-color:#FFFFFF;
		}
			.news_block h1{
				font-weight:bold;
				font-size: 18px;
				color: #333333;
			}
			.news_headline{
				font-weight:bold;
				font-size: 12px;
				color: #000000;
			}
			.news_date{
				font-size: 10px;
				color:#999999;
				font-weight:100;
				padding-bottom: 3px;
			}
			.news_body{
				font-weight:100;
				font-size: 12px;
				color: #6B6758;
			}
