﻿body {
	text-align:center;
	background:white url('../images/background.png') repeat-y fixed center;
}

#maindiv {
    text-align:center;
    width:770px;
    height:100%;
    border: 1px gray outset;
    background-color:white;
    font-family: Arial, Helvetica, sans-serif;
	color:black;
}

#header {
	
}

#content {
	
}

#cont_tab {
	margin:10px 10px 0 10px;
	width:745px;
}

#cont_main {
	margin:0px 0px 0 5px; 
	width:515px;
	border:0 white none;
}

#footer {
	
}

table {
	border: 0 white none;
}

.ftext {
	font-size:12px;
	color:#ffffff;
}

.fcontent {
	font-size:14px;
}

.nametitle {
	font-size:16px;
	color:#993366;
	font-weight:bold;
}

.rightbox {
	font-size:12px;
	color:#ffffff;
	border:thin; 
	border-color:#993366; 
	width:210px;
	background-color:#993366; 
	padding:5px 5px 5px 5px;
	text-align:center;
}

.centerbox {
	font-size:16px;
	color:#ffffff;
	border:thin; 
	border-color:#993366; 
	background-color:#993366; 
	padding:5px 5px 5px 5px;
	text-align:center;
}

a:link#standout, a:link#boxlink {
	color:white;
}

a:visited#standout, a:visited#boxlink {
	color:white;
}

a:hover#standout, a:hover#boxlink {
	text-decoration:none
}


.theader {
	margin: 0 0 0 20px;
	color:white;
	font-size:12px;
	border: 0 white solid;
}

.subheader {
	color:white;
	font-size:12px;
	border: 0 white solid;
}

a.linkheader:link{
	color:#FFFFFF;
	text-decoration:none;
}

a.linkheader:visited{
	color:#FFFFFF;
	text-decoration:none;
}

a.linkheader:hover{
	text-decoration:underline;
}

a.linkheader2:link{
	color: Yellow;
	text-decoration:none;
}

a.linkheader2:visited{
	color: Yellow;
	text-decoration:none;
}

a.linkheader2:hover{
	text-decoration:underline;
}

