/**
* file: default.css
* author: Yuli Mitsner
* date: July 19, 2004
* description:
*	Describes the main tags, based on a MS template.
*/

* {
	padding: 0;
	margin: 0;
	border-style: none;
	border-width: 0;
}

body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #000000;
}

h1, h2, h3, h4, h5, h6 
{
    margin: 0px;
	margin-bottom: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #B44646;
	font-weight: bold;
	position: relative;
}
 
h1 
{
    font-size: 18px;
    line-height: 18px;
	color: white;
}

h2 
{
    font-size: 14px;
    line-height: 14px;
	background-color: #F8EDED;
	padding: 0;
	margin: 0;
}

h3 {
	font-size: 12px;
	line-height: 12px;
	background-color: #F8EDED;
	/*background-color: #edeef8;*/
	/*padding: 3px 2px 3px 10px;*/
	padding: 3px 2px 5px 10px;
	/*margin: 0px 10px 15px 10px;*/
	margin: 0px 10px 10px 10px;
	/*border-bottom: 1px solid #d3d6ef;*/
}

h4 {
	font-size: 12px;
	text-decoration: underline;
	color: #000000;
	margin: 0px 10px 15px 10px;
}

p {
	line-height: 150%;
}

ul {
}

ul li {
	margin-left: 10px;
}
dl dt {
	font-weight: bold;
}
dl dd {
	display: inline;
	padding-left: 10px;
}
abbr 
{
	cursor: help;
}

input, textarea
{
	color: #000000;
	border: 1px solid #000000;
}

input:hover, textarea:hover, select:hover, .input_highlite
{
	border: 1px solid #9C1100;
	color: #9C1100;
}

input .highlite
{
	background-color: #EFEFEF;
}

a 
{
	color: #9C1100;
	/*text-decoration: none;*/
	text-decoration: underline;
	cursor: pointer;
	margin: 0px;
}
a img
{
	margin: 0px;
	border: none;
}

a:visited 
{
	color: #CB0F00;
}

a:hover 
{
	/*text-decoration: underline;*/
	color: #CB0F00;
	text-decoration: none;
}

a:hover img
{
	border: none;
	background: none;
	margin: 0;
}

a:active 
{
	color: #000;
}

.red 
{
	color: #9C1100;
}

.blue 
{
	color: #164A63;
}

.warning
{
	color: #9C1100;
	text-decoration: underline;
	font-weight: bold;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.underline
{
	text-decoration: underline;
}

.alt_name 
{
	display: none;
}
