/*** 
	WARNING:
	Copyright Studio7 Corporation.  All Rights Reserved.
	Violators will be prosecuted to the maximum extent possible in the court of law.
***/

/**********************************
General Body Style
***********************************/
body {
	background-position: top;
	background-color: #6E8BBB;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.outline {
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: #FFFFFF;
	background-color: #272A3D;
}

/**********************************
Link Styles
***********************************/
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFCC00;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}

/**********************************
Tables and Divs
***********************************/
.table {
	background-image: themes/two/tbg/blue.jpg;
	background-repeat: no-repeat;
	width: 613px;
	height: 148px;
}

.sep {
	background-image: url(sep.jpg);
	background-repeat: repeat-x;
}

.body {
	background-color: #272A3D;
}

/**********************************
Footer and TEXT
***********************************/
.foot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}

.outside {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.inside {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

