/* 
	Removing padding and margin values
*/
html, body, ol, dl, dd, dt, img, q, table, thead, tbody, tfoot, caption, th, tr, td, a, form, input, textarea, fieldset, pre {
	margin:0;
	padding:0;
}

/* 
	Setting base font attributes
*/
sup, sub
{
	font-size: 0.75em;
}

p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p {
	padding-bottom: 16px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

body {
	color: #666666;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	background: #255795 url(/images/bg.gif) repeat-y center top; 
	background-attachment: fixed;
}

ul { 
	margin-top: 0px;
}

ul li ul {
	margin-top: 15px;
	margin-bottom: 15px;
}

ol
{
	margin-left: 40px;
	margin-bottom: 15px;
	margin-top: 15px;
}

ol ul
{
	margin-top: 20px;
}

p {
	padding: 0px;
	margin: 15px 0px 15px 0px;
}

h1, h2, h3, h4 { 
	color: #255795;
	font-weight: bold;
}

h1 {
	font-size: 18px;
	margin-top: 0px;
	padding-top: 0px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

/* 
	Standardize link styles across site, and killing border on image links
*/
a {
	color:#335588;
	text-decoration:none;
}

a:link, a:visited {
	text-decoration:none;
}

a:hover, a:active {
	text-decoration:underline;
}

a img, :link img, :visited img, :hover img, :active img {
	border:none;
}

/* 
	Misc styles to ensure standard typography
*/
em {
	font-style:italic;
}

strong {
	font-weight:bold;
}

acronym {
	background:transparent;
	cursor:help;
	font-style:normal;
}

a acronym {
	border:none;
	cursor:pointer;
}

/*
	Standard multiple column clearing trick
	Make sure your columns divs are inside a holding div that float:left;
*/
.clear {
	clear: left;
}

table.one { width:100%; 
            border-collapse: collapse;
            padding:0px;
          }
          
td.one    { border: 1px solid #666666; }
th.one    { border: 1px solid #666666; }

td.two    { border: 1px solid #666666; 
            color:#000
          }

div#tipDiv {
    padding:4px;
    color:#000; font-size:12px; line-height:1.2;
    background-color:#E1E5F1; border:1px solid #667295; 
    width:500px; 
}
