td           { font-family: Verdana; font-size: 11px }
a:visited, a:link {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #F49300;
	text-decoration: none;
}
img {
	border: 0px;
}
h5 {
	padding-bottom: 3px;
	/*border-bottom: 2px #FF2222 solid;*/
	width: 500px;
	background: url('/templates/default/images/h5_bottom.jpg');
	background-position: bottom;
	background-repeat: no-repeat;
}
input,select,textarea {
	border: 1px #000000 solid;
	font-family: Verdana;
	color: #000000;
	font-size: 11px;
}
fieldset {
	border: 1px #000000 solid;
	width: 600px;
	padding-left: 15px;
	padding-bottom: 10px;
}
.report_box {
	border: 1px #000000 dotted;
	background-color: #DFEFFF;
	padding: 10px;
	width: 600px;
}
.underline_dotted {
	font-weight: bold;
	border-bottom: 1px dotted #000000;
}
.box_title_conf {
	font-weight: bold;
	color: #FFFFFF;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-variant: small-caps;
	background: url('/templates/default/images/vista_black_bg.jpg');
	background-repeat: repeat-x;
}