/*
	std.css

	font-family: 'Lucida grande', lucida, geneva, verdana, arial, 'Trebuchet MS', 'Bitstream Vera Sans', Helvetica, Swiss, SunSans-Regular, sans-serif;

	font-family: Georgia,"Bitstream Vera Serif",Palatino,Garamond,"Times New Roman",serif;

	fontfamily: 'lucida console', 'andale mono', 'courier new', courier, monospace;

	Key colors:

*/

/**
	******** global styles ********
**/
* {
	margin:0;
	padding:0;
	}
a {	color:#533;
	font-weight:inherit;
	font-family:inherit;
	font-size:inherit;
	text-decoration:none;
	background-color:inherit;
	}
a:hover {
	color:#a00;
	text-decoration:none;
	background-color:inherit;
	}
a img {
	border:none;
	}
body {
	font-family: 'Lucida grande', lucida, geneva, verdana, arial, 'Trebuchet MS', 'Bitstream Vera Sans', Helvetica, Swiss, SunSans-Regular, sans-serif;
	font-size:62.5%;
	background: url(/assets/images/graphics/sidebar-feather.jpg) top left no-repeat;
	}
fieldset {
	border:0;
	}
form { font-size:1.1em; }
h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	}
h1 {
	font-size: 1.6em;
	color: #333;
	}
h2 {
	font-size: 1.4em;
	}
h3 {
	font-size: 1.2em;
	}
h4 { font-size: 11.em; }
h5 { font-size: 1.0em; }
h6 { font-size: 0.9em; }
hr { width: 90%; margin: 10px auto; border:2px solid #ccc; }
ul, ol {
	font-size:11px;
	padding: 0 0 0 5px;
	margin:5px 0;
	}
ul {
	list-style:none;
	list-style-image: url(/assets/images/ul.gif);
	}
li {
	}
p {
	font-size:11px;
	padding:0 0 1.6em 0;
	}
p.warning {
    font-weight:bold;
    color:#d00;
    }
p form {
	margin-top:0;
	margin-bottom:20px;
	}
/***** images *****/
img, img.left,img.center,img.right {
	border:0;
	}
img.left {
	float:left;
	margin:0 8px 5px 0;
	}
img.center {
	display:block;
	margin:0 auto 5px auto;
	}
img.right {
	float:right;
	margin:0 0 5px 8px;
	}
/***** style classes *****/
.small {
	font-size:0.8em;
	}
.hide {
	display:none;
	}
.textcenter {
	text-align:center;
	}
.textright {
	text-align:right;
	}
.textjustify {
	text-align:justify;
	}
.important {
	color:#f02025;
	background-color:inherit;
	font-weight:bold;
	}
.clearing, .clear_both {
	clear:both;
	}
/***** outlined boxes *****/
.box {
	width:80%;
	margin:0 auto 10px auto;
	padding:10px;
	border:1px solid #303725;
	background-color:#fafbfc;
	color:#505050;
	line-height:1.5em;
	}
