/*
** Copyright (C) 2004 alphainfinity corp.
*/

a:link {
	color: #3333CC;
	text-decoration: none
}

a:visited {
	color: #000099;
	text-decoration: none
}

a:hover {
	color: #6666CC;
	text-decoration: underline
}

a:active {
	color: #6666CC;
	text-decoration: none
}

body {
	background: #FFFFFF;
	color: #111111;
	font-family: Arial, sans-serif;
}

.brpad {
	padding-bottom: 5px;
}

/*** Tables and cells ***/


.maintable {
	background: #CCCCFF;
	width: 728px;
	border:  solid #000 0px;
	color: #111111;
	font-family: Arial, sans-serif;
	font-size: 13px;
}

#maincelltop {
	padding: 3px;
}

#maincellleft {
	padding: 3px;
	background: #ffffff;
	width: 20%;
}

#maincellcenter {
	padding: 3px;
	background: #ffffff;
	width: 60%;
}

#maincellright {
	padding: 3px;
	background: #ffffff;
	width: 20%;
}

#innertable {
	background: #CCCCCC;
	width: 100%;
	border:  solid #000 0px;
	color: #111111;
	font-family: Arial, sans-serif;
	font-size: 13px;
}

#thumbtable {
	background: #CCFFFF;
	width: 102;
	height: 102;
	border: 0px;
	color: #111111;
	font-family: Arial, sans-serif;
	font-size: 13px;
}

#thumbcell {
	padding: 0 px;
	background: #ffffff;
}

#rootcentertable {
	background: #CCCCCC;
	width: 100%;
	padding: 5px;
}

/*** Text and fonts ***/

.header	{
	font-size: 27px;
	color: #333366;
}

.header2	{
	font-size: 20px;
	color: #333366;
}

.header3	{
	font-size: 17px;
	color: #333366;
}

.topnav	{
	font-family: Arial, sans-serif;
	font-size: 12px;
}

.default	{
	font-family: Arial, sans-serif;
	font-size: 13px;
}

.navhead {
	font-size: 13px;
	font-weight: bold;
	color: #333366;
}

.tidy {
	font-size: 10px;
}


