body, html, td, th  {
	font-family: Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#003;
	line-height:	1.7em;
}

td, th {
	text-align:left;
	vertical-align:top;
}

div.
h1.site-title {
}

h1 {
	font-family:	Trebuchet MS,Arial,Helvetica,sans-serif;
	color:			#374dc3;
	font-weight:	bold;
	font-size:		16px;
	font-style:		normal;
}


h2 {
	font-family:	Trebuchet MS,Arial,Helvetica,sans-serif;
	color:			#374dc3;
	font-weight:	bold;
	font-size:		14px;
	font-style:		normal;
}

h3 {
	font-family:	Arial,Helvetica,sans-serif;
	font-size:		13px;
	font-weight:	bold;
	color:			#374dc3;
	font-style:		normal;
}


h4 {
	font-family:	Arial,Helvetica,sans-serif;
	font-size:		12px;
	font-weight:	bold;
	color:			#000;
	font-style:		normal;
}

h5 {
	font-family:	Arial,Helvetica,sans-serif;
	font-size:		12px;
	font-weight:	normal;
	color:			#000;
	font-style:		italic;
}

h6 {
	font-family:	Arial,Helvetica,sans-serif;
	font-size:		12px;
	font-weight:	normal;
	color:			#000;
	font-style:		italic;
}


table {
	border-collapse:	collapse;
	border:				1px solid #565656;
	margin:				0;
}

table th,
table td {
	border-collapse:	collapse;
	border:				1px solid #565656;
	font-size:			11px;
	padding:			1px 4px;
}

table thead th {
	font-weight:	bold;
}

table tbody th {
	font-weight:	bold;
}


input {
	font-size:		11px;
}

input.text, textarea.textarea {
	border-width:	1px;
	border-style:	solid;
	border-color:	#3d67aa #fff #fff #3d67aa;
	background-color:	transparent;
}

input.text {
	width:200px;
}


textarea.textarea {
	width:200px;
	height:160px;
}

form table,
form table td,
form table th {
	padding-left: 0;
	padding-right: 0;
	border:	0 none
}

form table td.col\_first {
	width: 160px;
}

form table th {
	width:			140px;
	font-weight:	normal;
}

input.button {
	border-width:	1px;
	border-style:	solid;
	border-color:	#fff #3d67aa #3d67aa #fff;
	background-color:	transparent;
}

div.content a {
	color:#0078ff;
	text-decoration:none;
	border-bottom:1px dotted #0078ff;
}

div.content a:hover {
	color:#0000ff;
	border-bottom:2px solid #0000ff;
}