/********************************************/
/*				 GENERAL					*/
/********************************************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 0.8em; 
	color:#ffffff;
	background:url(../images/BG.jpg) repeat-y top center #000000; 
	margin:0px;
}
p {
	margin-top:5px;
}
h1 {
	font-size: 1.3em; 
	color:#9c8cb9; 
	line-height:1.2em;
	margin-bottom:0px; 
	margin-top:0px;
}
h2 {
	font-size: 14px; 
	margin-bottom:0px;
}
h3 {
	font-size: 14px; 
	margin-bottom:0px;
}
h4 {
	font-size: 11px;
	color:#fff;
	margin-bottom:0px;
}
h5 {
	font-size: 10px;
}
a:link, a:visited {
	color: #9c8cb9; 
	text-Decoration: underline; 
}
a:hover {
	color: #9c8cb9; 
	text-Decoration: none;
}

ul {
	margin-top:5px;
}
li {
	margin-left:-20px;
}
ol {
	margin-top:5px;
}
ol li {
	margin-left:-10px;
}
HR {
	line-height:7px; margin:0px;
}

.photoLt {
	margin-right:10px;
	border:solid 1px #ffffff;
}
.photoRt {
	margin-left:10px;
	border:solid 1px #ffffff;
}

.error { 
	color:#f6260d;
}
.small {
	font-size:10px;
}

.calendar {
	font-size:11px;
}

/********************************************/
/*				 COPYRIGHT					*/
/********************************************/
.copyright {
	width:780px;
	margin:auto;
	padding:0px 10px 30px 10px;
	clear:both;
	text-align:right;
	font-size:10px;
	color:#7D4ED6;
}
.copyright a:link, .copyright a:visited {
	font-size:10px;
	color:#7D4ED6;
	text-decoration:underline;
}
.copyright a:hover {
	font-size:10px;
	color:#7D4ED6;
	text-decoration:none;
}

/********************************************/
/*					FORMS					*/
/********************************************/
form {
	display:inline;
}
input {
	font-size: 11px;
}
select {
	font-size: 11px; 
}
textarea {
	font-size: 11px;
}
/********************************************/
/*				   COLORS					*/
/********************************************/

.red, .red a:hover { 
	color: #FF0000; 
	text-Decoration: none; 
}
.red a:link, .red a:visited { 
	color: #FF0000;  
	text-Decoration: underline;
}

.orange, .orange a:hover { 
	color: #FF9900; 
	text-Decoration: none; 
}
.orange a:link, .orange a:visited { 
	color: #FF9900; 
	text-Decoration: underline;
}
.yellow, .yellow a:hover { 
	color: #ffdf34; 
	text-Decoration: none; 
}
.yellow a:link, .yellow a:visited { 
	color: #ffdf34; 
	text-Decoration: underline;
}
.green, .green a:hover { 
	color: #00CC33; 
	text-Decoration: none; 
}
.green a:link, .green a:visited { 
	color: #00CC33;  
	text-Decoration: underline;
}
.blue, .blue a:hover { 
	color: #0066CC; 
	text-Decoration: none; 
}
.blue a:link, .blue a:visited { 
	color: #0066CC;  
	text-Decoration: underline;
}
.purple, .purple a:hover { 
	color: #9c8cb9; 
	text-Decoration: none; 
}
.purple a:link, .purple a:visited { 
	color: #660066;  
	text-Decoration: underline;
}
.white, .white a:link, .white a:hover, .white a:visited { 
	color: #fff;  
}