/* vitatech css */

body {
	font-family: arial, tahoma, verdana;
	font-size: 12px;
	color:#333333;
}

h1 {
	font-family: arial, tahoma, verdana;
	font-size: 18px;
	margin: 5px 0 10px 0;
	color:#333333;
}

h2 {
	font-family: arial, tahoma, verdana;
	font-size: 15px;
	margin: 30px 0 7px 0;
	color:#333333;
}

h3 {
	font-family: arial, tahoma, verdana;
	font-size: 12px;
	margin: 10px 0 7px 0;
	color:#333333;
}


img {
	border: none;
	display:block;
}

table {
	border: none;
	padding: 0;
	margin: 0;
}

a {
	cursor: pointer;
}

.no_link_style {
	color: black;
	text-decoration: none;	
}

ul li {
	list-style-type: disc;
}

#content_holder, #copyright {
	margin:0;
	padding:0;	
	background-color:#f7f7e9;
	border-top:1px solid #f7f7e9;
	border-bottom:1px solid #f7f7e9;
	border-left: 9px solid #f7f7e9;
	border-right: 9px solid #f7f7e9;
	width:730px;

}

#content_holder, #content_holder table {
	font-size:14px;
	line-height:1.5;
	color:#333333;
	text-align:left;
}

.highlight {
	font-weight:bold;
}

#copyright {
	color:#333333;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	border-top:15px solid #f7f7e9;
	border-bottom:15px solid #f7f7e9;
}