body {
	margin: 0px;
	background-color: #666666;
	font-size: 12px; color: #000000;
	font-family: Arial;
	}

td {	font-size: 12px; }

a { text-decoration: none; }


.member {font-size: 12px; font-weight: bold; color: #FFFFFF; }

.user {font-size: 11px; font-weight: bold; color: #FFFFFF; }

.brainee  {font-size: 9px;  color: #FFFFFF; }

.title02 {font-size: 13px; color: #000000; font-weight: bold; }

.text01 {font-size: 12px; color: #cc0000;  font-weight: bold;}

.text02 {font-size: 12px; color: #666666; }

.text03 {font-size: 12px; color: #003399; }

.brainee {color: #000000; font-size:10px; }

	
.patrold01 {
	font-size: 14px; 
	font-weight: bold;
	font-family: "Trebuchet MS"; 
	padding-left:8px;
	color: #FFFFFF;
}
	
.patrold02 {
	font-size: 37px; 
	font-weight: bold;
	font-family: "Times"; 
	color: #ff0000;
}
a.tnav1:link, a.tnav1:visited, a.tnav1:active {
	color: #000000;
	font-family: Tahoma; 
	font-size: 11px;
	font-weight: bold;
}

a.tnav1:hover {
	color: #FE0000;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
}

a.tnav3:link, a.tnav3:visited, a.tnav3:active {
	color: #34669b;
	font-family: Tahoma; 
	font-size: 11px;
	font-weight: bold;
}

a.tnav3:hover {
	color: #EB7D1E;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
}
	
a.tnav4:link, a.tnav4:visited, a.tnav4:active {
	color: #34669b;
	font-family: Tahoma; padding-left:15px;
	font-size: 11px;
	font-weight: bold;
}

a.tnav4:hover {
	color: #EB7D1E;
	font-family: Tahoma; padding-left:15px;
	font-size: 11px;
	font-weight: bold;
}
a.tnav2:link, a.tnav2:visited, a.tnav2:active {
	color: #000000;
	font-family: Tahoma; padding-right:10px;
	font-size: 11px;
	font-weight: bold;
}

a.tnav2:hover {
	color: #FE0000;
	font-family: Tahoma; 
	font-size: 11px;
	font-weight: bold;
}




/* for Tabs */

#tablist{
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0.1em;
font: bold 12px Arial;
}

#tablist li{
list-style: none;
display: inline;
margin: 0;
}

#tablist li a{
padding: 3px 0.5em;
margin-left: 0px;
border: 1px solid #cccccc;
border-bottom: none;
background: #ffffff;

}

#tablist li a:link, #tablist li a:visited{
color: #000000;
background-color:#FFFFFF;
border: 1px solid #cccccc;
}


#tablist li a.current{
color: #000000;
background: #FFFFFF;
}


#tabcontentcontainer{
width: 98%;
/* Insert Optional Height definition here to give all the content a unified height */
padding: 5px;
border: 1px solid #cccccc;
}

.tabcontent{
display:none;
}

/* for Tabs */