body
{
	background-color: #BAB6E9;
	font-family: Arial;
}


.logo, .art-company {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
}

	
.unseltab {
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
	color: white;
	background-image: url(images/website-bar-red.jpg);
	background-position: center;
	background-repeat: repeat;

}



.seltab {
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/website-barblue.jpg);
	background-position: center;
	background-repeat: repeat;
}

.seltab a {
	color: white;
	text-decoration:none
}

.seltab a:hover {
	color: white;
	text-decoration:underline;
}

.unseltab a {
	color: white;
	text-decoration:none
}

.unseltab a:hover {
	color: white;
	text-decoration:underline;
}

/* top navigation bar !!!NOT USING!!! */
/* links in footers */
.footer {
	color: white;
	font: 10pt;
}
.footer a {
	color: #ffffff;
}


/* standard table */
.datatable th {
	color: #FFFFFF;
	background-color: #DE0000;
}

.datatable td {
	background-color:#150065 ;
	color: #FFFFFF;
}


h1 {font-size: 24px;
color: #ffffff;
}
h2 {font-size: 20px;
color: #ffffff;
}
h3 {font-size: 18px;
color: #ffffff;
}
p {font-size: 12px;
font-family: tahoma;
color: #ffffff;
}
