/* Graphix Zone - Main CSS Stylesheet */

a, a:active, a:visited
{
	color: #663399;
	text-decoration: none;
}

a:hover
{
	color: #663399;
	text-decoration: underline;
}

body
{
	margin: 0px;
	padding: 0px;
	font-family: tahoma;
	font-size: 9pt;
	color: #000000;
	background-color: #48233E;
}

td.middleBG
{
	width: 948px;
}

table.Main
{
	margin: 0px;
	padding: 0px;
}

table.Contact
{
	background-color: #EBE8D5;
	border: 1px solid #CDCABA;
}

td.contact
{
	width: 50px;
	padding: 10px;
	font-family: tahoma;
	font-size: 9pt;
	color: #000000;
}

td.contactNormal
{
	padding: 10px;
	font-family: tahoma;
	font-size: 9pt;
	color: #000000;
}

td.topHeader
{

	content: url(../images/logo.jpg);
	height: 103px;
	width: 948px;
}

td.blueBG
{
	background-color: #97C3D3;
}

td.topLeftBg
{
	background-image: url(../images/top_left_bg.gif);
	height: 9px;
	width: 9px;
}

td.topRightBg
{
	background-image: url(../images/top_right_bg.gif);
	height: 9px;
	width: 9px;
}

td.bottomLeftBg
{
	background-image: url(../images/bottom_left_bg.gif);
	height: 9px;
	width: 9px;
}

td.bottomRightBg
{
	background-image: url(../images/bottom_right_bg.gif);
	height: 9px;
	width: 9px;
}

td.mainBlock
{
	background-color: #97C3D3;
	padding: 5px;
	font-family: tahoma;
	font-size: 9pt;
	color: #000000;
}

p.tiny
{
	font-family: tahoma;
	font-size: 7pt;
	color: #000000;
}

h3
{
	font-family: tahoma;
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
}

h2
{
	font-family: tahoma;
	font-size: 13pt;
	font-weight: bold;
	color: #000000;
}

hr
{
	color: #799CA9;
}

input.smallFields
{
	width:200px;
	height:18px;
	font-size:10px;
	font-family:arial, verdana, san-serif;
	border:1px solid #666666;
	color:#333333;
}

input.submit
{
	height:20px;
	font-size:11px;
	font-family:arial, verdana, san-serif;
	width:115px;
	border:1px solid #333333;
	background-color:#666666;
	color:#FFFFFF;
	cursor:pointer;
}

.txtBox
{
	height:70px;
	font-size:10px;
	font-family:arial, verdana, san-serif;
	width:200px;
	border:1px solid #666666;
	color:#333333;
}
