/**********************************************/
/* General styles                             */
/**********************************************/

img, a {border: 0;}
*{
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size:12px;
	color:#8a8a8a;
	font-weight:normal;
}
body {
	background:transparent;
}

p,li,td{
	line-height:175%;
	vertical-align:top;
}
ul,li{
	margin:0;
	padding:0;
}


a:link,a:visited {
	color:#16a0c9;
	padding:0px;
}
a:hover,a:active {
	color:#f76500;
	padding:0px;
}

ul{
	list-style:none;
	margin:5px 0px 0px 0px;
}

ul li{
	list-style:none;
	background:transparent url(../img/bullet.png) no-repeat 7px 7px;
	padding: 0px 10px 0px 25px;
	margin: 0px;
}

.highlight1{
	color:black;
	font-weight:bold;
}
.highlight2{
	color:#f76500;
	font-weight:bold;
}
img.noborder{
	border:none;
}
h1{
	font-size:18px;
	font-weight:bold;
	color:#16a0c9;
	padding:3px 0;
}
h2{
	font-weight:bold;
	position:relative;
	font-size:14px;
	color:#f76500;
	margin:0px;
	padding-top:10px;
	padding-bottom:10px;
	text-transform:uppercase;
}

h3{
	position:relative;
	font-size:12px;
	color:#333;
	margin:0px;
	padding-top:10px;
	padding-bottom:10px;
}

hr{
	margin:0px;
	padding:0px;
	line-height:0px;
	height:1px;
	display:block;
	color: #eeeeee;
	background-color: #eeeeee;
	border:none;
}

strong{
	color:#f76500;
	font-weight:normal;
	font-size:inherit;
}
strong a:link,strong a:hover,strong a:visited,strong a:active{
	color:#f76500;
	font-weight:normal;
	font-size:inherit;
	text-decoration:none;
}

input, textarea, select{font-size : 12px;border:1px solid #ddd;padding:1px;}



