.left-links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: lighter;
	color: #804000;
	font-variant: normal;
	text-decoration:none;
	vertical-align: bottom;
	border-top: thin white solid;
	display: block;
	width: 150px;
	padding-top: 3px;
}

.left-links a:link {
	display: block;
	font-weight: bold;
	color: #804000;
	text-decoration:none;
		border-left: solid #800000 5px;
background-image: url("http://www.infinstrat.com/img/link_right_off.gif");
	background-position: right;
	background-repeat: no-repeat;
	border-left: solid #804000 5px;
	padding-left: 5px;
}

.left-links a:link:hover {
	display: block;
	font-weight: bold;
	color: #800000;
	text-decoration:none;
	/*background-color: #99B3CC; 
	border-top: thin lightblue solid;*/
	padding-left: 5px;
	background-image: url("http://www.infinstrat.com/img/link_right_on.gif");
	background-position: right;
	background-repeat: no-repeat;
}

.left-links a:visited {
	display: block;
	background-image: url("http://www.infinstrat.com/img/link_right_off.gif");
	background-position: right;
	background-repeat: no-repeat;
	border-left: solid #804000 5px;
	padding-left: 5px;
	font-weight: bold;
	color: #804000;
	text-decoration:none;
}

.left-links a:visited:hover {
	display: block;
	font-weight: bold;
	color: #800000;
	text-decoration:none;
	border-left: solid #800000 5px;
	padding-left: 5px;
	background-image: url("http://www.infinstrat.com/img/link_right_on.gif");
	background-position: right;
	background-repeat: no-repeat;
}
.left-links ul
{
	display: block;
	padding: 0px;
}
.left-links li
{
	list-style-type: none;
	position: relative;
	right: 2.35em;
	padding-bottom: 5px
}

.page_name
{
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #804000;
	font-variant: normal;
	text-decoration:none;
	vertical-align: bottom;
	text-align: right;
	font-weight: bold;
	width: 620px;
}

.header
{
	width: 770px;
}
.main_table
{
	width: 770px;
}
.body
{
	padding-top: 10px;
	padding-left: 0em;
	text-align: justify;
	width: 620px;
}
h1, .name
{
	font-family: Arial, Helvetica, sans-serif;
	color: #804000;
	font-weight: bold;
	font-size: 17px;
}
.name a
{
	font-family: Arial, Helvetica, sans-serif;
	color: #804000;
	font-weight: bold;
	font-size: 17px;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #804000;

}

h2, .title
{
	display: block;
	text-align: left;
	font-size: 17px;
	text-decoration: underline;
	font-weight: normal;
	padding-bottom: -10px;
	line-height: normal;
	margin-bottom: -13px;
	padding: 0;
}

.image
{
	float: right;
margin-left:10px;
margin-bottom:10px;
}

.image_bottom
{
	margin-top:10px;
	margin-bottom:10px;
	text-align: center;
}
ul {
	list-style-position: outside;
	list-style-type: square;
}
.error{
	display: block;
	width: 400 px;
	color: red;
	text-align: center;
}

.success{
	display: block;
	width: 400 px;
	color: green;
	font-weight: bold;
	text-align: center;
}
.preview {
	border: thin dashed #808080;
	height: auto;
	clear: both;


}
.edit{
	text-decoration: none;
	color: black;
	border: none;
}