/* CSS Document */

/* Standard Elements */
body{
padding: 0;
margin: 10px;
margin-top:10px;
border: 0;
color: #222222;
font-size: 13px;
text-align: left;
font-family: Arial, Helvetica, sans-serif;
}

/*background: #ffffff url("images/gradient72324206.png") top left;*/


p{
margin: 0px;
margin-bottom: 7px;
}

.content {
font-size: 13px;
}

.leftHr
{
    color:#336600;
}


td
{
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	color: #333333;
}

.rightColumn
{
	font-family: Arial;
	font-size: 9pt;
	line-height: 10pt;
	font-style: normal;
	color: #333399;
	text-align: center;
}

.small
{
	font-family: Arial;
	font-size: 7pt;
	line-height: 8pt;
	font-style: normal;
	color: #333333;
}


h1,h2,h3,h4,h5{
    text-decoration: none;
}

h1{
    font-size: 18px;
    color: #336600;
    padding: 0px;
    margin: 0px;
    margin-bottom:4px;
}

h1.larger{
    font-size: 26px;
}

h2{
    font-size: 15px;
    color: #663300;
    padding: 0px;
    margin: 0px;
    margin-bottom:4px;
}

a{
    text-decoration: none;
    color: #3333ff;
}

a:hover{
    color: #ff3333;
	text-decoration: underline;
}


a img{
    border: 0;
}