﻿/* default style for body content */
body  {
    background-image: url('../img/bkgr.jpg');
    background-repeat: repeat-x;
    margin:0;
    font-family: Arial, Helvetica, Geneva, Swiss, Sans-Serif; 
    font-size: 13px; 
    line-height:18px;
    color: #5e5f65;
}
td, table, tr {
    font-size: 13px;     
    line-height:18px; 
    font-family: Arial, Helvetica, Geneva, Swiss, Sans-Serif;   
    color: #5e5f65; 
    background:#FFF;
}
h1 {
    color: #CC0000; 
    font-size: 11px; 
    line-height: 20px; 
    font-weight: bold; 
    text-decoration: none;
    margin: 5px 0 10px 0;
    padding: 8px 0 0 0;
}
h2 {
    color: #787676; 
    margin: 0 0 20px 0;  
    padding: /* 5px 0 5px */ 0; /* Removed padding for accordion */
    font-size: 25px; 
    line-height: 29px; 
    font-weight: normal; 
    text-decoration: none;
}
h3 {
    color: #787676; 
    margin:0;
    padding: 0 0 10px 0;
    font-size: 20px; 
    line-height: 24px; 
    font-weight: normal; 
    text-decoration:none;
}
h4 {
    color: #393B42;
    font-size:14px;
    font-weight: bold;
    line-height:19px;
    margin:0 0 10px 0;
    padding:0;
}
h5 {
    color: #CC0000;
    font-size:13px;
    font-weight: bold;
    line-height:18px;
    margin:0;
    padding: 5px 0px 0px 0px;
}
h6 {
    color: #787676; 
    margin:0;
    padding: 3px 0px 5px 3px;
    font-size: 11px; 
    line-height: 16px; 
    font-weight: normal; 
    text-decoration:none;
}
p { 
    margin: 0 0 25px 0; 
    padding: 0;
}
iframe {
	margin: 5px 0 15px 0;
	/* margin:-5px 0 -5px 0; */
	border:0px white hidden;
	/*
	border-top:1px #CCC solid;
	border-right:0px white hidden;
	border-bottom:1px #CCC solid;
	border-left:0px white hidden;
	*/ 
	padding: 0;
	/* height: 600px;
	height:100%; */
	width:788px;
}

/* default style for list with links */
ul {
    list-style-image: url('../img/bullet_red.gif');
    list-style-position: outside;
    padding: 0;
    margin: 0;
}
ul li {
    margin: 0 0 7px 16px;
    color: #787676; 
    font-size: 11px; 
    line-height: 14px; 
    font-weight: normal; 
    text-decoration:none;
}
ul li a {
    color: #787676; 
    font-size: 11px; 
    line-height: 14px; 
    font-weight: normal; 
    text-decoration:none;
    margin: 0;
    padding: 0;
}

ul li a:hover {
    color: #CC0000; 
    font-size: 11px; 
    line-height: 14px; 
    font-weight: normal; 
    text-decoration:underline; /* Note: Comment this out to removed underline from tooltips */ 
/*
    margin: 0; /* Commented out to fix display issue with jQuery tabs
    padding: 0; /* Commented out to fix display issue with jQuery tabs
*/ 
}

hr {
	color:#9D9EA5; 
	height:1px;
}
