body {
	margin: 10px;
	background-color: #ffffff;
	background-image:url(images/bg.gif);
	background-repeat: repeat-x;
	background-position:top left;
	font-family: "Century Gothic", Geneva, Helvetica;
	font-size: 12px;
	font-style: normal;
	color: #666666;
}

img {border-style:none}

textarea {
	font-family: "Century Gothic", Geneva, Helvetica;
	font-style: normal;
	color: #666666;
	background-color: #FFFFFF;
}
a {	/* Common for all links */
	font-family: "Century Gothic", Geneva, Helvetica;
	 font-color: #6bcbc3;
	text-decoration: none;
}



a:link    { color: #6bcbc3; text-decoration: none } /* unvisited link */
a:visited { color: #6bcbc3; text-decoration: none } /* visited links */
a:active  { color: gray; text-decoration: none }	/* active links */
a:hover   { color: black; text-transform: uppercase, underline }  /* used when the curser is on the link */

#borderline a:link    { color: gray; text-decoration: none } /* unvisited link */
#borderline a:visited { color: gray; text-decoration: none } /* visited links */
#borderline a:active  { color: gray; text-decoration: none }	/* active links */
#borderline a:hover   { color: black; text-transform: uppercase, underline }  /* used when the curser is on the link */


table {
	border-collapse: collapse;
	border-width:	0px;
	border-spacing: 0px;
	padding:	0px;
	font-family: "Century Gothic", Geneva, Helvetica;
	font-size: 10px;
	font-style: normal;
	color: #666666;
	background-color: #FFFFFF;
}

h1 {
	font-family: "Century Gothic", Geneva, Helvetica;
	font-size: 14px;
	color: #666666;
	background-color: #FFFFFF;
}
h2 {
	font-family: "Century Gothic", Geneva, Helvetica;
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
}
p {
	font-family: "Century Gothic", Geneva, Helvetica;
	font-size: 10px;
	color: #666666;
	background-color: #FFFFFF;
}
td {
	font-family: "Century Gothic", Geneva, Helvetica;
	border-collapse: collapse;
	margin:		0px;
	border-width:	0px;
	padding:	0px;
	color: #666666;
	background-color: #FFFFFF;
}
tr {
	border-collapse: collapse;
	margin:		0px;
	border-width:	0px;
	padding:	0px;
	background-color: white;
}

.tdtitle {
	font-family: "Century Gothic", Geneva, Helvetica;
	color: #FFFFFF;
	background-color: #99CCCC;
}
.horizontal {
	border-top: 1px dotted #666666;
	border-right: #666666;
	border-bottom: #666666;
	border-left: #666666;
}
