/* CSS Document */

body		
{ 
	background-image:url(images/img_background.jpg);
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
}

.alert	{ font-size:13px; color:#FF0000; }
.mdone	{ font-size:13px; color:#009900; }


.ariallargegre
{
	font-family:Arial;
	font-size:26px;
	color:#008272;
}

.arial12gre
{
	font-family:Arial;
	font-size:12px;
	color:#008272;
}

.arial12bla
{
	font-family:Arial;
	font-size:12px;
	color:#000000;
}

.maincolor	{ background-color:#65319c; }

.searchbgon		{ background-color:#65319c; }
.searchbgoff	{ background-color:#caafe2; }

.srhon:link		{ color:#FFFFFF; font-weight:bold; text-decoration:none; }
.srhon:visited	{ color:#FFFFFF; font-weight:bold; text-decoration:none; }
.srhon:hover	{ color:#FFFFFF; font-weight:bold; text-decoration:none; }

.srhoff:link	{ color:#65319c; font-weight:bold; text-decoration:none; }
.srhoff:visited	{ color:#65319c; font-weight:bold; text-decoration:none; }
.srhoff:hover	{ color:#65319c; font-weight:bold; text-decoration:none; }
.contentborder	{ border-left:solid 5px #9E85B5; border-right:solid 5px #9E85B5; }

.mainline	{ background-color:#CAAFE2; }
.bdrcolor	{ background-color:#5D5D5D; }

a:link		{ color:#5D5D5D; text-decoration:underline; }
a:visited	{ color:#5D5D5D; text-decoration:underline; }
a:hover		{ color:#5D5D5D; text-decoration:none; }

.rale:link		{ color:#6B0A85; text-decoration:underline; }
.rale:visited	{ color:#6B0A85; text-decoration:underline; }
.rale:hover		{ color:#C9841D; text-decoration:none; }

.smalltext	{ color:#5D5D5D; }
.smalltextb	{ color:#6B37A5; font-weight:bold; }
.largefont	{ font-family:Tahoma; font-size:14px; color:#6B37A5; font-weight:bold; }
.largetextw	{ font-family:Tahoma; font-size:16px; color:#ffffff; font-weight:bold; }

.formfields	{ font-size:11px; color:#5D5D5D; }
.allbutton	{ font-size:11px; color:#65319c; border:solid 1px #65319c; background-color:#caafe2; width:90px; height:24px; }

#contact_form input, textarea
{
	font-size:13px;
	color:#000000;
	padding:2px;
	width:290px;
}

#contact_form label
{
	display:block;
	font-size:13px;
	color:#000000;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
}

#contact_form .cont_button
{
	font-size:12px;
	color:#000000;
	font-weight:bold;
	width:90px;
	padding-top:3px;
	padding-bottom:3px;
}

#nav {
	font-weight: bold;
	color: #5E2C8F;
	font-size: 8.5pt;
}
#nav a {
	color: #5E2C8F;
	text-decoration:none;