﻿td img {display: block;}

body{
	background: #ffffff url('../images/bg.png') repeat;
}

.content{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}

p.title{
	font-family: Century Gothic; /*Helvetica*/
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
}

.footer{
	color: #ffffff;
	font: 10px Helvetica;
	text-align: center;
}

/*HOME*/
a:link.home, a:visited.home, a:active.home {
	font-family: Century Gothic; /*Helvetica*/
	font-size: 17px;
	font-weight: bold;
	color: red; /*#99CC66*/
	margin: 0;
	padding: 0;
	/*border-bottom: 1px dashed #99CC66;*/
	text-decoration: none;
}

a:hover.home {
	font-family: Century Gothic; /*Helvetica*/
	font-size: 17px;
	font-weight: bold;
	color: #666666;
	margin: 0;
	padding: 0;
	/*border-bottom: 1px dashed #99CC66;*/
	text-decoration: none;
}

p.home, ul.home, li.home, td.home {
	font-family: Century Gothic; /*Helvetica*/
	font-size: 17px;
	text-align: justify;
	color: #000000;
	font-weight:bold;
}

/*CONTENT*/
a:link, a:visited, a:active {
	font-family: Century Gothic; /*Helvetica*/
	font-size: 14px;
	font-weight: bold;
	color: red; /*#99CC66*/
	margin: 0;
	padding: 0;
	/*border-bottom: 1px dashed #99CC66;*/
	text-decoration: none;
}

a:hover {
	font-family: Century Gothic; /*Helvetica*/
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin: 0;
	padding: 0;
	/*border-bottom: 1px dashed #99CC66;*/
	text-decoration: none;
}

p, ul, li, td {
	font-family: Century Gothic; /*Helvetica*/
	font-size: 14px;
	text-align: justify;
	color: #000000;
}

/*FOOTER*/
a:link.footer, a:visited.footer, a:active.footer {
	font-family: Century Gothic; /*Helvetica*/
	font-size: 11px;
	font-weight: bold;
	color: #ffffff; /*#99CC66*/
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #99CC66;
	text-decoration: none;
}

a:hover.footer {
	font-family: Century Gothic; /*Helvetica*/
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #666666;
	text-decoration: none;
}