body {
	margin: 10px 0px 15px 0px ;
	font-family: arial, sans-serif ;
	font-size: 12px ;
	line-height: 18px ;
	background: url(/images/body_bg.png) #FF99CC ;
	background-position: top ;
	background-repeat: repeat-x ;
	color: #000000 ;
}

/* TinyMCE specific rules */

body.mceContentBody {
   background: #fff;
}

p,li {
	line-height: 18px ;
}

table {
	border-collapse: collapse ;
}

form {
	margin: 0px ;
	padding: 0px ;
}

td {
	font-size: 12px ;
	vertical-align: middle ;
}

h1 {
	font-size: 28px ;
	font-weight: normal ;
	color: #86526C ;
	font-family: tahoma ;
	margin-top: 0px ;
	line-height: 28px;
}

h2 {
	font-size: 17px ;
	font-weight: bold ;
	color: #555;
	margin-bottom: 3px; 
}

h3 {
	font-size: 13px ; 
	font-weight: bold ;
}

hr {
	border: solid 0px; 
	border-bottom: solid 1px #ccc; 
	margin: 30px 0px;
}

.button, .buttonUp {
	padding: 7px 14px ;
	border-bottom: 1px solid #B2B2B2 ;

}

.buttonUp {
	background: url(/images/nav_up.png) ;
}

a.navLink:link, a.navLink:active, a.navLink:visited {
	color: #86526C ;
	text-decoration: none ;
	font-size: 13px ;
	font-family: verdana ;
	font-weight: bold ;
	letter-spacing: -1px ;
}

a.navLink:hover {
	color: white; 
	/*text-decoration: underline ;*/
}

a:link {
	color: #86526C ;
}

a:active, a:visited {
	color: #86526C ;
}

a:hover {
	color: #A86787 ;
}

#content {
	padding: 0px 20px 15px 20px;
}

.contentCell {
	background: url(/images/paw_large.jpg); 
	background-position: top center; 
	background-repeat: no-repeat; 
}

.required {
	text-align: center;
	color: #990000;
}

.important {
	font-weight: bold;
	color: #86526C ;
}

.bad {
	color: #900;
}
