/* ---------GENERAL--------- */


body {

	margin: 0px 0px 0px 0px;
	color: #666666;
	background:#fed1f1;
	
}


/* ---------PARAGRAPH TAGS--------- */

p {
	
	margin: 15px 0px 0px 20px;
	padding: 0px;
	font-size: 12px;
	line-height: 1.8em;
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-align: left;
	color: #5a5a5a;

}

p.main {
	
	margin: 25px 25px 5px 35px;
	padding: 0px;
	font-size: 12px;
	line-height: 1.8em;
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-align: left;
	color: #5a5a5a;

}


p.contact {
	
	margin: 0px;
	padding: 8px 8px 10px 55px;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-align: left;
	color: #666666;

}

p.footer {
	
	margin: 0px;
	padding: 2px 0px 20px 0px;
	font-size: 10px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-align: center;
	color: #666666;
	background-color: #fed1f1;

}





/* ---------MAIN STYLES--------- */


.b {
	
	margin: 0px 25px 10px 0px;
	padding: 0px;
	line-height: 1.4em;
	font: normal 14px/20px "Trebuchet MS", Arial, sans-serif;
	text-align: left;
	color: #c520a1;
}


.b2 {
	
	margin: 0px 25px 10px 0px;
	padding: 0px;
	line-height: 1.4em;
	font: bold 12px/18px "Trebuchet MS", Arial, sans-serif;
	text-align: left;
	color: #c520a1;
}

.b3 {
	
	margin: 0px 25px 10px 0px;
	padding: 0px;
	line-height: 1.4em;
	font: bold 14px/18px "Trebuchet MS", Arial, sans-serif;
	text-align: left;
	color: #c520a1;
}

.p {
	
	margin: 0px 25px 10px 0px;
	padding: 0px;
	line-height: 1.4em;
	font: bold 14px/18px "Trebuchet MS", Arial, sans-serif;
	text-align: left;
	color: #835898;
}

h1 {
	
	margin: 15px 5px 0px 0px;
	padding: 0px;
	line-height: 1.4em;
	font: normal 14px/20px "Trebuchet MS", Arial, sans-serif;
	text-align: left;
	color: #c520a1;
}




img {
	border: none;
}

a {
	border: none;
}


td {
	
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 1.8em;
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-align: left;
	color: #5a5a5a;

}


ul	{
    
    margin: 0px;
	padding: 0px 20px 0px 45px;
	font: normal 12px/22px "Trebuchet MS", Arial, sans-serif;
	letter-spacing: 0px;
	color: #898888;
}	


ol	{
    
    margin: 0px;
	padding: 0px 20px 5px 55px;
	font: normal 12px/22px "Trebuchet MS", Arial, sans-serif;
	letter-spacing: 0px;
	color: #898888;
}


li	{

    margin: 0px;
	padding: 8px 0px 0px 0px;
	font: normal 12px/22px "Trebuchet MS", Arial, sans-serif;
	letter-spacing: 0px;
	color: #898888;
}

div {
	border: none;
}



/* ---------LINKS--------- */


a:link { color: #451b6b;
	background-color: transparent;
	text-decoration: underline;	
}


a:visited { color: #451b6b;
	background-color: transparent;
	text-decoration: underline;	
}

a:hover { color: #ff11bf;
	background-color: transparent;
	text-decoration: underline;	
}

a.selected:link, hover { color: #451b6b;
	background-color: transparent;
	text-decoration: underline;	
}

a:active { color: #451b6b;
	background-color: transparent;
	text-decoration: underline;	
}

a.footer {
	color: #451b6b;
	font: normal 10px/20px "Trebuchet MS", Arial, sans-serif;
	text-align: left;
	background-color: transparent;
	text-decoration: underline;	
}

a.footer:visited { color: #451b6b;
	background-color: transparent;
	text-decoration: underline;	
}

a.footer:hover { color: #ff11bf;
	background-color: transparent;
	text-decoration: underline;	
}

a.footer:active { color: #451b6b;
	background-color: transparent;
	text-decoration: underline;	
}



