.tk {
	color: #cc0000;
}

html {
	font-family: 'Lucida Sans', 'Lucida Grande', sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	background-color: #d5d5d5;
}

a          { color: #308bcc; text-decoration: underline; }
a:visited  { color: #308bcc; text-decoration: underline; }
a:active   { color: #43a0e2; text-decoration: underline; }
a:hover    { color: #289ff4; text-decoration: underline; }
a.noline   { text-decoration: none; }
a:focus    { outline:none; }

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

br.even {
	clear: both;
}

h1 {
	color: #2671ba;
	font-size: 24px;
	line-height:25px;
	font-weight: bold;
	margin: 0px 0px 6px;
	padding: 0px;
}

h2 {
	color: #2671ba;
	font-size: 19px;
	font-weight: bold;
	margin: 0px 0px 12px;
	padding: 0px;
	line-height:22px;
}

h3 {
	color:#1C50A2;
/*	font-family:'Garamond Premier Pro','Garamond','Georgia',serif;*/
/*	font-size: 20px;*/
	font-family: 'Lucida Grande', verdana,helvetica,lucida;
	font-size: 15px;
	font-weight: bold;
	margin: 0px 0px 4px;
	padding: 0px;
	line-height:20px;
}

h4 {
	color: #2671ba;
	font-size: 14px;
	line-height:15px;
	font-weight: bold;
	margin: 0px 0px 4px;
	padding: 0px;
}
h5 {
	font-size:12px;
	line-height:14px;
	color: #666666;
	font-weight:bold;
	margin:0px 0px 0px;
}
p {
	margin: 0px;
	padding: 0px 0px 12px 0px;
}

ul {
	margin: 12px 0px 12px 25px;
	padding: 0px;
	list-style-type:none;
}
ul.links {
	margin-left:0px;
}
table {
	margin: 12px auto;
	width: 75%;
	font-size: 11px;
	color: #59604e;
/*	border-top: solid 1px #cdc9b0;*/
/*	border-left: solid 1px #cdc9b0;*/
	border-collapse:collapse;	
}

td, td {
	padding: 4px;
/*	border-right: solid 1px #cdc9b0;*/
/*	border-bottom: solid 1px #cdc9b0;*/
	vertical-align: top;
}
input {
	margin:2px;
}
