/* Global Styles */

body {
	margin:50px;
	}
	
backgroundImage { 
  background: white url("images/fraud.jpg");
  background-repeat: no-repeat;
  background-position: left;
}
	
td {
	font:11px arial;
	color:#333333;
	}
	
a {
	color: #6a0f19;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #686666;
	font-weight: bold;
	text-decoration:underline;
	}
	
/* ID Styles */
	
#navigation a {
	font:10px arial;
	color: #6a0f19;
	font-weight: bold;
	text-decoration:none;
	letter-spacing:.1em;
	}
	
#navigation a:hover {
	color: #686666;
	text-decoration:underline;
	}
	
/* #navigation a:visited {
	color: #cdcdcd;
	font-weight: bold;
	text-decoration:none;
	}
*/

#padding {
	padding:20px 0px 20px 20px;
	}
	
#paddingSide {
	padding:0px 0px 0px 0px;
	}
	
#weekdays th {
	font:10px arial;
	color: #ffffff;
	letter-spacing:.2em;
	}

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.logo {
	font:18px times new roman;
	color: #333300;
	letter-spacing:.4em;
	font-weight:bold;
	}

.sidebarText {
	color: #d2d2d2;
	line-height:9.5px;
	font-family: georgia;
	font-size: 9px;
	
	}
	
.bodyText {
	font:11px arial;
	line-height:14px;
	color:#333333;
	padding-left: 20px;
	}
	
.bodyList {
	font:11px arial;
	line-height:14px;
	color:#333333;
	padding-left: 30px;
	font-weight: bold;
	}
	
.address {
	font:11px arial;
	line-height:14px;
	color:#333333;
	padding-left: 0px;
	font-weight: bold;
	}
	
.bodyHead {
	font:14px arial;
	line-height:9px;
	color:#6a0f19;
	font-weight: bold;
	padding-left: 10px;
	}
		
.addrHead {
	line-height:9px;
	color:#6a0f19;
	font-weight: bold;
	padding-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	}
	
.bodyMain {
	font:19px georgia;
	color: #6a0f19;
	letter-spacing:0em;
	line-height:20px;
	}
	
	
.pageName {
	font:20px georgia;
	color: #333333;
	letter-spacing:0.1em;
	line-height:26px;
	padding-left: 0px;
	}
.pageName-sm {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 24px;
	color: #333333;
}
	
.subHeader {
	font:13px georgia;
	color: #686666;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	padding-left: 0px;
	
	}
	
.navText {
	font:10px arial;
	color: #FFFFFF;
	letter-spacing:0.1em;
	font-weight: bold;
	}
	
.calendarText {
	font:11px arial;
	line-height:14px;
	color:#333333;
	}
	
	
