/* 
Created by: Larry Daughenbaugh [ http://www.systemsynapse.com ] 
Created for: Truancy Board Company [ http://www.truancyco.com ]

Feel free to edit and use any elements of the CSS in this document for your own.
The design, photographs, and content contained within the website is 
copyright 2004 Truancy Board Company unless otherwise noted and may not be reproduced.
*/
body {
	margin:0;
	padding:0;
 scrollbar-highlight-color: #E6E6E6;
 scrollbar-3dlight-color: #E6E6E6;
 scrollbar-shadow-color: #E6E6E6;
 scrollbar-darkshadow-color: #E6E6E6;
 scrollbar-arrow-color: #E6E6E6;
 scrollbar-face-color: #DB791A;
 scrollbar-track-color: #E6E6E6;
}
body.picker {
	margin:0;
	padding:0;
 scrollbar-highlight-color: #E6E6E6;
 scrollbar-3dlight-color: #E6E6E6;
 scrollbar-shadow-color: #E6E6E6;
 scrollbar-darkshadow-color: #E6E6E6;
 scrollbar-arrow-color: #E6E6E6;
 scrollbar-face-color: #DB791A;
 scrollbar-track-color: #E6E6E6;
}
td, p, ul, ol, li, blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
}
.italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: oblique;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
}
.newsheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: #333333;
}
.newsheadersmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: #333333;
}
.newsdivider {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #5587A5;
}
a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #DB791A;
	text-decoration: none;
}
a:hover, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}
a.header:link, a.header:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a.header:hover, a.header:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
.teambg {
	background-image: url(../team/images/team_bg.jpg);
	background-repeat: repeat-x;
}
.teamtype {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
}
.aboutbg {
	background-image: url(../images/aboutbg.gif);
	background-repeat: repeat;
}
