BODY {
	FONT-SIZE: 8pt;
	MARGIN: 0px;
	COLOR: #666666;
	FONT-FAMILY: Tahoma;
}	
B {color:#4a9a82;}
U {color:#edc314;}
I {color:#75847e;}


A {
	FONT-SIZE: 8pt; 
	COLOR: #8fb0a6; 
	TEXT-DECORATION: none
}
A:hover {
	CURSOR: crosshair; 
	COLOR: #dbc463;
}
.title { 
	font-family:Times New Roman;
	color: #8fb0a6;
	font-weight: bold;
	background-image: url(layout11/sidebar_table.jpg);
	margin:0 0 2px 0;
	letter-spacing:2px;
	padding: 5px;
	font-size: 9pt;
	text-transform:uppercase;
	text-align: center;
	background-color: #f4d8ef;
	-moz-border-radius:  6px; 
	-webkit-border-radius: 6px; 
	border-radius: 6px;
}

.content { 
	font-family:Tahoma;
	color: #666666;
	font-size: 8pt;
	background-color: #f8f8f8;
	-moz-border-radius:  6px; 
	-webkit-border-radius: 6px; 
	border-radius: 6px;
}

.content img {
	-moz-border-radius: 4px;
	border: 1px solid #8fb0a6;
	padding: 3px;
	margin: 1px;

}



.content img:hover {

	border: 1px solid #c6a30b;
	padding: 3px;
	margin: 1px;

}

/*-----Form colors-----*/
TEXTAREA {
	border: #df2284 1px solid;
	padding: 2px;
	font-size: 8pt;
	text-transform: normal;
	color: #df2284;
	font-family: Tahoma;
	background-color: #ffffff;
}
INPUT {
	border: #df2284 1px solid;
	padding: 2px;
	font-size:8pt;
	color: #df2284;
	font-family: Tahoma;
	background-color: #ffffff;
}
SELECT {
	border: #de8db7 1px solid;
	padding: 2px;
	font-size: 8pt;
	color: #de8db7; 
	font-family: Tahoma;
	background-color: #f8f8f8;
}
BUTTON {
	border: #df2284 1px solid;
	padding: 2px;
	font-size: 8pt;
	color: #df2284;
	font-family: Tahoma;
	background-color: #ffffff;
}
blockquote{
	margin: 5px 10px 10px 10px;
	font-size:8pt;
	font-family: Tahoma;
	text-align:justify;
	padding: 5px;
	border-left: 5px solid #df2284;
	color: #666666;
	background-color: #f8f8f8;
}

