/*****************************************************************
 * OZ Website Services common theme for www.oz-web.net
 * Created by OZ Website Services http://www.oz-web.net
 * Created 09/28/2006

 * MAIN CSS *
 *****************************************************************/

/*****************************************************************
 * General page style. *
 *****************************************************************/
 
 
 body 
{
 	background: #000000 url('images/background.jpg') repeat fixed;
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	color : #202000; 
	font-size : 14px; 
	font-weight: normal; 
	text-decoration: none 
}
a:link
{
	color: #993300; 
	font-weight: normal; 
	text-decoration: none; 
}

a:visited
{
	color: #CC3300; 
	font-weight: normal; 
	text-decoration: none; 
}

a:hover
{
	color: #FFFF00; 
	font-weight: bold; 
	text-decoration: underline; 
}

a:active
{
	color: #FFFF00; 
	font-weight: bold; 
	text-decoration: underline; 
}

.alert
{
	color: #FF0000; 
	font-weight: bold; 
	text-decoration: none; 
}

.smalltext
{
	color : #202000; 
	font-size : 10px; 
	font-weight: normal; 
	text-decoration: none 
}

/*****************************************************************
 * Overall Page Table *
 *****************************************************************/
table.main
{
	width: 700px;
	border: 0px;
	padding: 0px;
	background:#C0C0C0;
}

table.form
{
	width: 670px;
	border: 0px;
	padding: 0px;
	background:#C0C0C0;
}

td
{
	text-align: center;
	vertical-align: top;
}

td.left
{
	text-align: left;
	vertical-align: top;
}

td.right
{
	text-align: right;
	vertical-align: top;
}

td.footerpaypal
{
	text-align: center;
	vertical-align: top;
	background:#FFFFFF;
}