/* Globals */
body{
	margin-left: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 2px;
	font-family:"Verdana", "Tahoma", "Helvetica", "Sans-Serif";
	background-color:#C0B3CE;
}
img{
border: 0px;
text-decoration: none;
}
form{
margin:0px;
}
ul{
margin-top: 14px;
list-style-position:outside;
list-style-type: none;
padding: 0px;
margin-left:10px;
}
li{
margin-bottom: 3px;
background-image: url(../images/bullet.jpg);
background-repeat: no-repeat;
background-position: 0 .25em;
padding-left: 1.4em;
}
p{
margin-top:0px;
margin-bottom:1em;
}
/* Text*/
.std{
color: #333333;
line-height: 1.3em;
font-size: 12px;
}
.std a{
color: #333333;
text-decoration: underline;
}
.h1, .h1 a, .h1_l, .h1_l a:link, .h1_l a:visited{
color: #333333;
line-height: 1.3em;
font-size: 14px;
font-weight: bold;
text-decoration:none;
}
.h1_l a:hover{
color: #666666;
}
.h2, .h2 a, .h2_l, .h2_l a:link, .h2_l a:visited{
color: #333333;
line-height: 1.3em;
font-size: 13px;
font-weight: bold;
text-decoration:none;
}
.h2_l a:hover{
color: #666666;
}
.h1p{
color: #51256D;
line-height: 1em;
font-size: 16px;
font-weight: bold;
}
.h2p{
color: #886FA3;
line-height: 1.3em;
font-size: 13px;
font-weight: bold;
}
.errors{
color:#FF0000;
font-size:11px;
}
.dberror{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:13px;
	color: red;
}
.footfoot, .footfoot a{
font-size:10px;
line-height: 20px;
color: #666666;
}
.smallfont {
font-size: 2px;
line-height: 4px;
}
/* Forms */
.textarea{
font-family:Verdana, Arial, Helvetica, sans-serif;
width:275px;
font-size: 12px;
height: 100px;
overflow:auto;
}
.input{
font-family:Verdana, Arial, Helvetica, sans-serif;
width:275px;
font-size: 12px;
}
.button{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
/* Nav Bars */
.nav{
color: #886FA3;
line-height: 18px;
font-size: 13px;
}
.nav a{
color: #886FA3;
text-decoration: none;
}
.nav a:hover{
color: #51256D;
text-decoration: none;
}
.nav_sel{
color: #51256D;
line-height: 18px;
font-size: 13px;
}
.nav_sel a{
color: #51256D;
text-decoration: none;
}