body  {
    background: #FFFFFF;
    background-image: url();
    font-family: "Century Gothic", Tahoma, Verdana, Sans-Serif;
    font-size: 12px;
    text-align: justify;
    color: #AABE77;
	letter-spacing: 0px;
	cursor: default;

}

h1  {
	font-family: "Century Gothic", Tahoma, Verdana, Sans-Serif;
	font-size: 16px;
	color: #D16066;
    font-weight: normal;
	letter-spacing: 0px;
	text-align: right;
	text-transform: lowercase;
}

h2 { 
   font-family: "Century Gothic", Tahoma, Verdana, Arial, sans-serif;
   font-size: 16px;
   letter-spacing: 0px;
   font-weight: normal;
   color: #D16066;
   text-align: right;
   text-transform: lowercase;
}

.title { 
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 0px;
  font-weight: bold;
  color: #5B9589;

}

a.nav {
	display: block;
	padding-left: 3px;
	font-size: 12px;
	background-color : #FFBBC1; 
	border-left: 10px solid #D05E66;
	color: #5B9589; 
	text-align: justify;
	text-transform: lowercase;
	letter-spacing: 2px;
	font-weight: normal;
	height: 20px;
	margin-bottom:2px;
	cursor: default;
}

a.nav:link {
	display: block;
	padding-left: 3px;
	font-size: 12px;
	background-color : #FFC5CE; 
	border-left: 10px solid #D05E66;
	text-align: justify;
	letter-spacing: 2px;
	font-weight: normal;
	height: 20px;
	margin-bottom:2px;
	cursor: default;
}

a.nav:active {
	display: block;
	padding-left: 3px;
	font-size: 12px;
	background-color : #FFC5CE; 
	border-left: 10px solid #F61178;
	color: #000000;
	text-align: justify;
	letter-spacing: 2px;
	font-weight: normal;
	height: 20px;
	margin-bottom:2px;
	cursor: default;
}

a.nav:visited {
	display: block;
	padding-left: 3px;
	font-size: 12px;
	background-color : #FFC5CE; 
	border-left: 10px solid #D05E66;
	color: #D16268;
	text-align: justify;
	letter-spacing: 2px;
	font-weight: normal;
	height: 20px;
	margin-bottom:2px; 
	cursor: default;
}

a.nav:hover {
	display: block;
	background-color: #BFE1C9; 
	border-left: 10px solid #5C968A;
	color: #FFFFFF;
	font-size: 12px;
	text-align: justify;
	letter-spacing: 2px;
	font-weight: normal;
	height: 20px;
	margin-bottom:2px; 
	cursor: default;
}


p, table, tr, td  {
    font-family: "Century Gothic", Tahoma, Verdana, Sans-Serif;
    font-size: 12px;
    text-align: justify;
    color: #AABE77;
	line-height: 16px;

}

b, strong {
	font-family: "Century Gothic", Tahoma, Verdana, Sans-Serif;
    font-size: 11px;
	color: #5B9589;
	background-color: #D0F2DA;
}

u {
	color: #5B9589;
	font-size: 12px;
	border-bottom: dotted 1px #000000;
}	

input, option, select, textarea  {
    background: #FFFFFF;
	border: 1px solid;
	border-left-width: 0px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-bottom: 1px solid;
    font-family: "Century Gothic", Tahoma, Verdana, Sans-Serif;
    font-size: 12px;
    text-align: left;
    color: #AABE76;
    letter-spacing: 0px;
}



a:link {
	font-family: "Century Gothic", Tahoma, Verdana, Sans-Serif;
	font-size: 11px; 
	color: #D16268; 
	text-decoration: none;
	font-weight: none;
}

a:active {
	font-family: "Century Gothic", Tahoma, Verdana, Sans-Serif;
	font-size: 11px;
	cursor: help; 
	color: #D16268; 
	text-decoration: none;
	font-weight: none;
}

a:visited { 
	font-family: "Century Gothic", Tahoma, Verdana, Sans-Serif;
	font-size: 11px;
	cursor: help; 
	color: #D16268; 
	text-decoration: none;
	font-weight: bold;}

a:hover {
	font-family: "Century Gothic", Tahoma, Verdana, Sans-Serif;
	color: #67C1C1; 
	text-decoration: none; 
	font-weight: none;
	border-bottom: 1px dotted #67C1C1;
}

img {
	border: 0px;
}

