﻿html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }





html, body
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	
	font-family: Tahoma;
	font-size: 9.5pt;
	color: #000000;
}

a
{
	font-weight: bold;
	color: #00426e;
}

a:link, a:visited, a:active
{
	color: #00426e;
	text-decoration: none;
}
 
a:hover
{
	border-bottom: dashed 1px #00426e;
}

input
{
	font-family: Tahoma;
	font-size: 9.5pt;
	color: #000000;
}

input[type=submit]
{}

input[type=button]
{}

input[type=checkbox]
{}

input[type=radio]
{}

textarea
{
	font-family: Tahoma;
	font-size: 9.5pt;
	color: #000000;
}

select
{
	font-family: Tahoma;
	font-size: 9.5pt;
	color: #000000;
}

option
{
	font-family: Tahoma;
	font-size: 9.5pt;
	color: #000000;
}

table
{}

tr
{}

td
{}

div
{}

span
{}

ul
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 17px;
	
	list-style-image: url(../../Images/bullet.gif);
	list-style-position: outside;
}

ul.noBullet
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	
	list-style-image: none;
	list-style-type: none;
}

ul.noBorder li
{
	border-bottom: none 0px #ffffff;
}

li
{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: dotted 1px #7f7f7f;
}