a img {
	-moz-border-radius: 3px;
	background-color: #eaeaea;
	border: 1px dotted #b27ceb;
	padding: 5px;
}

a img:hover {
	-moz-border-radius: 3px;
	background-color: #eaeaea;
	border: 1px dotted #f7ceea;
	padding: 5px;
}

.img {
	-moz-border-radius: 3px;
	background-color: #eaeaea;
	border: 1px dotted #b27ceb;
	padding: 5px;
}

.img:hover {
	-moz-border-radius: 3px;
	background-color: #eaeaea;
	border: 1px dotted #f7ceea;
	padding: 5px;
}


body{
background-image : url('images/bg.jpg');
background-repeat : repeat-x;
background-color : #eaeaea;
margin-top : 0px;
font-size: 9px;
text-align : justify;
}

td.main {
	padding: 5px;

	font-family : "Trebuchet ms";
	font-size : 9px;
	line-height : 12px;
	color : #8e8e8e;
	text-align : justify;
}


.title  {
	background: url('images/title.jpg') repeat-x;
	height: 30px;
	padding-left: 10px;
	line-height: 30px;
	text-transform: uppercase;
	font-family: arial;
	margin-bottom: 5px;
	margin-top: 5px;
	letter-spacing: 1px;
	font-size:9px;
	color: #EE95D1;
	text-align: center;
}

b, strong {
	color : #f2c498;
	font-weight : bold;
	text-decoration : none;
}
i, em {
	color : #D6A0C1;
	text-decoration : none;
	text-align : justify;
}
u {
	color : #999999;
	text-decoration : underline;
}
s {
	color : #999999;
	text-decoration : line-through;
}
a:link, a:visited, a:active {
	color : #9b64b8;
	font-family: Trebuchet Ms;
	letter-spacing: 1px;
	font-size: 9px;
	text-transform: uppercase;
	font-weight : normal;
	text-decoration : none;
}
a:hover {
color : #d1a0bd;
font-family: Trebuchet Ms;
	font-size: 9px;
		letter-spacing: 1px;
	text-transform: uppercase;
	font-weight : normal;
text-decoration : none;
}
textarea, input, select, option {
	font-weight : normal;
	padding : 2px;
	color : #666666;
	border : 1px dotted #9b64b8;
	background-color : #eaeaea;
	text-align : justify;
	font-family : "Trebuchet ms";
	font-size : 10px;
}
blockquote {
font-style:italic;
	font-weight : normal;
	padding : 10px;
	color : #666666;
	border : 1px dotted #9b64b8;
	background-color : #eaeaea;
	text-align : justify;
	font-family : "Trebuchet ms";
	font-size : 10px;

}
.line {
margin : 5px 0 5px 0;
padding : 0;
border-top : 1px dotted #f7ceea;
}

