/****************************************************************************************************/
/* Version 2: 30 Sept 2008 */
/* This style sheet should be included in all web sites and contains definitions for general styles */
/****************************************************************************************************/
/* Apply styles to standard HTML tags */
body{
	background-color:#FFFFFF;
	color:#525050;
	font-family:Arial,Helvetica,sans-serif;
	font-size:0.7em;
	line-height:14px;
	margin:0 0 0 0;
	padding:0px 10px;
	text-align:center;
}
form{margin:0; padding:0; border:0; outline:0; font-size:100%; float:left; width:100%}
input, select, textarea{color:#333; font-size:100%; font-family:Arial,Verdana,Helvetica,sans-serif; border:1px solid #7F9DB9; vertical-align:top}
fieldset{margin:0.5em 0px 1em 0px; padding:10px; border:1px; border-style:solid; border-color:#b0b0b0}
legend{font-size:1.4em;color:#000000; font-weight:bold; margin:0; padding:0}
p{margin-bottom:1em; padding:0px; margin-top:0px; margin-right:0px; margin-left:0px; font-size:1.2em; line-height:1.2em}
ol, ul {margin:0; padding:0}
ol li{font-size:1.2em;line-height:1.2em;margin-left:30px; margin-bottom:0}
ul li{font-size:1.2em;line-height:1.2em;margin-left:25px; margin-bottom:0}
ol, ul{margin-bottom:1em}
h1, h2, h3, h4, h5 {margin:0.5em 0 0.5em 0; color:#000000; font-weight:bold}
h1 {color:#6B3031}
h1{font-size:1.4em; font-weight:bold; text-transform:none}
h2{font-size:1.2em}
h3{font-size:1.2em}
h4{font-size:1.2em}
a, a:link{color:#000000; text-decoration:underline}
a:visited{color:#000000; text-decoration:underline}
a:hover{color:#999999; text-decoration:underline}
a:focus{color:#000000}
a:active{color:#000000}
img{border:none}
table{font-size:100%; border-collapse:collapse}
table td.center{text-align:center}
table td.right{text-align:right}
table td.rightbold{text-align:right; font-weight:bold}
table td.rightboldlarge{text-align:right; font-weight:bold; font-size:110%}
table td.large{font-size:110%}
table td{border-collapse:collapse; font-size:100%; vertical-align:top; color:#333}
table th{font-size:100%}

/* Style for standard data table. Use like <table class="standardtable"> */
table.standardtable{border-collapse:collapse; width:99%; margin:0 0 1em 1px}
table.standardtable th{border-collapse:collapse; border:1px solid #CCC; padding:5px; text-align:center}
table.standardtable td{border-collapse:collapse; border:1px solid #CCC; padding:5px}

/* FIX IE PNG ISSUES */
.png {behavior: url(/css/iepngfix.htc)}