/* CSS Document */

body {
	background-color: #f2f2f2;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Verdana;
	font-size:11px;
	color:#4f4f4f;
}

.page{
	background-color:#ffffff;
	padding-left:25px;
	padding-right:25px;
	padding-top:19px;
	padding-bottom:25px;
	height:100px;
	vertical-align:top;
}

.box_slicetop{
	background-image:url(images/slice_top.gif);
	background-repeat:repeat-x;
}

.box_slicebottom{
	background-image:url(images/slice_bottom.gif);
	background-repeat:repeat-x;
}

.box_sliceleft{
	background-image:url(images/slice_left.gif);
	background-repeat:repeat-y;
}

.box_sliceright{
	background-image:url(images/slice_right.gif);
	background-repeat:repeat-y;
}

.box_whitebackground{
	background-color:#FFFFFF;
}

.box_bg_gradient{
	background-image:url(images/background_gradient.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

.box_bg_gradientfull{
	background-image:url(images/background_gradient_full.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

.box_bg_leftslice{
	background-image:url(images/background_leftslice.gif);
	background-repeat:repeat-y;
}

.htitle1{
	color:#3e3e3e;
	font-size:16px;
	font-weight:bold;
	margin-top:5px;
	margin-left:8px;
	margin-right:10px;
	margin-bottom:10px;
}

.htitle2{
	color:#3e3e3e;
	font-size:16px;
	font-weight:bold;
	margin-top:10px;
	margin-left:0px;
	margin-right:10px;
	margin-bottom:15px;
}

.p1{
	margin-top:5px;
	margin-left:10px;
	margin-right:10px;
}

.p2{
	margin-top:0px;
	margin-left:10px;
	margin-right:10px;
	font-size:14px;
	text-align:left;
}

.p3{
	margin-top:0px;
	margin-left:10px;
	margin-right:10px;
}

.shadowleft{
	background-image:url(images/shadow_left.gif);
	background-repeat:repeat-y;
}

.shadowright{
	background-image:url(images/shadow_right.gif);
	background-repeat:repeat-y;
}

.shadowleftbottom{
	background-image:url(images/shadow_left_bottom.gif)
}

.shadowrightbottom{
	background-image:url(images/shadow_right_bottom.gif)
}

.bottomline{
	border-top:1px solid #cfcfcf;
	background-color:#f0eef3;
	border-bottom:1px solid #cfcfcf;
	height:48px;
	text-align:center;
	vertical-align:middle;
}

.bottomline a:link{
	text-decoration:none;
	color:#4f4f4f;
}



.bottomline a:visited{
	text-decoration:none;
	color:#4f4f4f;
}

.bottomline a:hover{
	text-decoration:underline;
	color:#0a76d8;
}

.topline{
	border-top:1px solid #cfcfcf;
	background-color:#f0eef3;
	border-bottom:1px solid #cfcfcf;
	height:52px;
	text-align:center;
	vertical-align:middle;
}

.topline a:link{
	text-decoration:none;
	color:#4f4f4f;
}



.topline a:visited{
	text-decoration:none;
	color:#4f4f4f;
}

.topline a:hover{
	text-decoration:underline;
	color:#0a76d8;
}


.menuline{
	border-top:0px solid #cfcfcf;
	background-color:#ffffff;
	border-bottom:0px solid #cfcfcf;
	height:30px;
	text-align:center;
	vertical-align:middle;
}

.menuline a:link{
	text-decoration:none;
	color:#4f4f4f;
}



.menuline a:visited{
	text-decoration:none;
	color:#4f4f4f;
}

.menuline a:hover{
	text-decoration:underline;
	color:#0a76d8;
}


.form_table{
	background-color:#f0eef3;
}
.form_title{
	padding:10px;
}

.form_headline{
	padding:3px;
	padding-left:20px;
}

.form_input{
	font-family:Verdana;
	font-size:11px;
	border:1px solid #cfcfcf;
	height:14px;
	width:300px;
}
.form_input_mini{
	font-family:Verdana;
	font-size:11px;
	border:1px solid #cfcfcf;
	height:14px;
	width:80px;
}
.form_input_multiline{
	font-family:Verdana;
	font-size:11px;
	border:1px solid #cfcfcf;
	width:300px;
}

.form_button{
	color:#f0eef3;
	background-color:#4f4f4f;
	border:1px solid #cfcfcf;
	height:20px;
}

