/*------ GENEREL ------*/
body{
	background-color: #B19C9D;
	color: #26254D;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
/*	background-image: url(/psd_files/bg.jpg);*/
/*
	scrollbar-base-color: #800080;
	scrollbar-arrow-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #d6d1b6;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #bbbbbb;
	scrollbar-3dlight-color: #000000;	
*/
}
a {
	color: #FFCCCC;
}
a:visited { 
	color: #72789A;
}
a:hover {
	color: #221E68;
}
/*a:hover img, a:active img {FILTER: "Gray"}*/
.heading01 {
	color: #FFFFFF;
	font-size: 36px;
	text-transform: uppercase;
}
.heading02 {
	color: #CCCCCC;
	font-size: 18px;
	font-style: italic;
}
/* OUTER TABLE PROPERTIES */
.outerTable
{
	background-color: #8E6E6F;
	border: 1px solid #343470;
	color: #FFFFFF;
}

/* TABLE01 PROPERTIES */
.table01, table.maintable
{
	background-color: #B19C9D;
	border: 1px solid #FFFFFF;
	font-size: 12px;
	text-transform: lowercase;
}
.table01Top, tr.topMenuTop
{
	font-size: 14px;
	background-color: #8E6E6F;
	font-weight: bold;
	text-transform: uppercase;
	border: 5px inset #FFFFFF;
	padding: 0px;
	font-family: "Courier New", Courier, mono;
}
.table01heading01{
	color: #CCCCCC;
	font-weight: bold;
	text-transform: capitalize;
}
.table01text01 {
	color: #FFFF33;
}
.table01text02 {
	color: #FFFF33;
}
.table01text03 {
	color: #FFFF33;
}
.table01link01 {
	color: #CCCCCC;
	font-size: 14px;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.table01link02 {
	color: #FFFF33;
}
.table01link03 {
	color: #FFFF33;
}

/* TABLE02 PROPERTIES */
.table02
{
	background-color: #8E6E6F;
	border: 1px solid #FFFFFF;
	font-size: 12px;
	text-transform: capitalize;
}
.table02Top
{
	color: #FFCCCC;
	font-size: 14px;
	background-color: #B19C9D;
}
.table02heading01{
	color: #FFFFFF;
	font-weight: bold;
}
.table02text01 {
	color: #FFFF33;
}
.table02text02 {
	color: #FFFF33;
}
.table02text03 {
	color: #FFFF33;
}
.table02link01 {
	color: #FF0000;
}
.table02link02 {
	color: #FFFF33;
}
.table02link03 {
	color: #FFFF33;
}
/* GENEREL PROPERTIES */
.thumb {
	border: 1px solid #CDD4E6;
}
.banner {
	border: 3px solid #CC3333;
}
.text01 {
	color: #FFFF33;
}
.text02 {
	color: #FFFF33;
}
.text03 {
	color: #FFFF33;
}
.link01 {
	color: #FF0000;
}
.link02 {
	color: #FFFF33;
}
.link03 {
	color: #FFFF33;
}

.dropDownbox
{
	background-color: #CCA572;
}
.formInput
{
	background-color: #B7C3DD;
	color: #000000;
}
.button
{
	background-color: #FFFFFF;
}


/*------ MAIN TABLE DEPRECATED ------*/
/*
tr.topMenuTop
{
	color: #424C4D;
	font-size: 14px;
	background-color: #A6865D;
}

table.maintable
{
	border-style: solid;
	border-color: #A6865D;
	background-color: #816849;
}
*/

select.maintable
{
	background-color: #CCA572;
	font-family: Arial, Helvetica, sans-serif;	
}
input.maintableInput, textarea.maintableInput
{
	background-color: #CCA572;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;	
}
input.maintableButton
{
	background-color: #CCA572;
	font-family: Arial, Helvetica, sans-serif;	
}
/*------ END MAIN TABLE DEPRECATED ------*/
