body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}

li {
	list-style-position: outside;
	list-style-image: url(images/boom.jpg);
}

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #43034D;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1A51A1;
	font-weight: bold;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #800;
}
a:hover {
	text-decoration: none;
	color: #2D9830;
}
a:active {
	text-decoration: underline;
	color: #DB4417;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 24px;
	color: #AE0001;
	text-align: center;
}
.testimonial {
	background-color: #DBEAF2;
	border: 1px solid #215492;
}

h2 {
	font-size: 18px;
	color: #F87410;
	text-align: center;
}
h3 {
	font-size: 16px;
	color: #189DBE;
	text-align: center;
}

h5 {
	font-size: 18px;
	color: #000000;
	text-align: left;
}

.outerborder {
	border: 1px solid #FFF;
}
.highlight {
	background-color: #FF0;
	font-style: italic;
}
.smallred {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #AE0001;
}

#menu
{background-color:#4a0555;
height: 20px; 
width: 827px;
padding-top: 3px;
padding-left: 10px;
color:#FFF;
text-align:right;
}

#menu a {
	color:#FFF;
	font-weight:normal;
	text-decoration:none;}
	
#menu a:hover {
	color: #CCC;}
	

