body {
	margin: 0px;
	padding: 0px;
/*
	background-color: #ffffff;
	background-image: url('images/bar.jpg');
	background-repeat: repeat-x;
	background-position: 0px 150px;
*/
}

td {
	padding: 1px;	
}
th {
	vertical-align: bottom;
	border-bottom: 1px solid #125;
}
h4 {
	font-family:Tahoma;
	font-size:12px;
	color:#545454;
	line-height:13px;
}
a:link {
	font-family:  arial, tahoma, sans-serif;
	font-size: 12px;
	color: #000055;
	text-decoration:underline;
}
a:visited {
	font-family:  arial, tahoma, sans-serif;
	font-size: 12px;
	color: #000055;
	text-decoration:underline;
}
a:active {
	font-family:  arial, tahoma, sans-serif;
	font-size: 12px;
	color: #000055;
	text-decoration:underline;
}
a:hover {
	font-family:  arial, tahoma, sans-serif;
	font-size: 12px;
	color: #000055;
	text-decoration:underline;
}

a.policy:hover {
	text-decoration:underline;
}
a.mrnu:hover {
	color:#dddddd;
	text-decoration:underline;
}

#msg{
	font-family: georgia, times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	text-align: center;
}

.mrnu a{
	font-family:Tahoma;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
}

.policy{
	font-family:Tahoma;
	font-size:11px;
	color:#9B9B9B;
	text-decoration:none;
}

.policy a{
	font-family:arial,tahoma,sans-serif;
	font-size:12px;
	color:#000055;
	text-decoration:none;
}

.green{
	font-family:Tahoma;
	font-size:11px;
	color:#648C50;
}
.main{
	font-family:Tahoma;
	font-size:11px;
	color:#646464;
	line-height:13px;
}
.secondary{
	font-family:Tahoma;
	font-size:12px;
	color:#000;
	line-height:13px;
}
.red{
	font-family:Tahoma;
	font-size:11px;
	color:#DC1400;
}
.bold {
	font-weight: bold;	
}

.input{
	width:195px; height:24px;
	border-width:1px;
	border-style:solid;
	background-color:#EFE4CB;
	border-color:#B0A27C;font-family:Tahoma; font-size:11px;  color:#655C44; padding-top:4px 
}
		
.textarea{
	width:195px; height:124px;
	border-width:1px;
	border-style:solid;
	background-color:#EFE4CB;
	border-color:#B0A27C;font-family:Tahoma; font-size:11px;  color:#655C44; padding-top:4px ; 
	overflow:auto;
}

.textbox {
	border: 1px inset #ccc;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #555;
}
.stdtext {
	font-family:tahoma, sans-serif;
	font-size:12px;
	color:#555;
}
.pad {
	padding: 5px;
}

.highlight {
	background: #A4B9BD;
}
.footer {
	color: #ffffff;
}
.indent {
/*	padding-left:10px; */
}

/* Player Profile CSS */
.graytag{
	font-family:arial, sans-serif;
	font-size:14px;
	color:#777;	   
}

.center {
	text-align: center;
}

p.break{
	/*does not work*/
	page-break-before: always;
}

fieldset {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	width: 720px;
	-moz-border-radius: 8px; 
	border-radius: px;
}

legend {
	font-size:18px;
	color:#036;
}

 .title {
	font-size: 120%;
	color:#036; 
	text-align:left;
	font-weight: bold; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.label {
	font-family:arial, sans-serif;
	font-size:12px;
	color:#000000;
}

#overview, #demographics {
	font-family:arial, sans-serif;
	font-size:12px;
	color:#000000;
}

#overview, #demographics a {
	font-variant: normal;
}

#history.title {
	font-size:16px; 
	font-weight: bold; 
	color:#036;
	font-variant: small-caps;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#history .label {
	font-family:arial, sans-serif;
	font-size:12px;
	color:#777;
}

#history td {
	font-size: 10px;
}

table.contact {
	border-width: thin;
	border-spacing: 2px;
	border-style: solid;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
	-moz-border-radius: 3px 3px 3px 3px;
}

table.poc td.label {
	font-weight: bold;
}

table.contact td.label {
	color: #A2A2A2;
	font-weight: normal;	   
}
		
table.contact th {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: white;
	background-color: white;
	-moz-border-radius: 3px 3px 3px 3px;
}
table.contact td {
	border-width: 1px;
	padding: 3px;
	border-style: inset;
	border-color: white;
	background-color: white;
	-moz-border-radius: 3px 3px 3px 3px;
	vertical-align: top;
}

table.poc td {
	vertical-align: top;
	
}
