/*~~~~~~~~~~~~ [regular classes/selectors definitions] ~~~~~~~ */

BODY, PRE, TD, LI, UL, FORM, INPUT, OL, DL, SELECT, TEXTAREA {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    margin: 0px;
    padding: 0px;
	vertical-align: top;
	color: #000;
}

html, body {
	margin: 15px;
	padding: 0;
	background-color: #fff;
}

a {
	color: #666666;
	outline: none;
}

a:visited {
	outline: none;
}

a:hover {
	text-decoration: none;
	outline: none;
}

img {
	border: none;
}

h2 {
	font-size:11px;
	color:#737373;
	padding: 24px 0px 0px 0px;
	margin: 0px;
	text-transform: uppercase;
}
h3{
	font-size:11px;
	color:#4e96df;
	padding: 24px 0px 0px 0px;
	margin: 0px;
	text-transform: uppercase;
}
h4 {
	font-size:11px;
	color:#737373;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
}

.table{
	border-bottom: 1px solid #c3c3c3; 
	border-left: 1px solid #c3c3c3;
	margin-bottom: 20px;
	border-collapse: collapse;
}
.table th{
	border-top: 1px solid #c3c3c3; 
	border-right: 1px solid #c3c3c3;
	background-color: #e7e7e7;
	border-collapse: collapse;
	color: #4c8fd2;
	font-size: 11px;
	padding: 3px 3px 3px 3px;
	text-align: left;
}
.table td {
	border-top: 1px solid #c3c3c3; 
	border-right: 1px solid #c3c3c3;
	padding: 3px 3px 3px 3px;
	border-collapse: collapse;
}

ul.list {
	line-height: 18px;
	padding: 0;
	margin: 0 0 10px 0;
	list-style-type: none;
}

ul.list li {
	background:url('/images/bullit.gif') 10px 6px no-repeat;
	padding-left:20px;
}
table#feedback {
	margin-bottom: 20px;
	border-collapse: collapse;
}
table#feedback th {
	border-collapse: collapse;
	color: #4c8fd2;
	font-size: 11px;
	padding: 10px;
	text-align: left;
}
table#feedback td {
	padding: 10px;
	border-collapse: collapse;
}
table#feedback td input {
	width: 300px;
	height: 30px;
}
table#feedback td textarea {
	width: 300px;
	height: 170px;
}
div#topwords {
	width:100%;
	padding:0;
	margin:0;
	text-align:right;
}
div#topwords a {
	color: #bac9d9;
	font-size: 8pt;
}
