/* Standard CSS initialization v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com,  and by me */

/* Neutralize styling: Elements we want to clean out entirely: */
html, body, form, fieldset {margin: 0; padding: 0;
	font: 100%/100% Verdana, Arial, Helvetica, sans-serif;}

/* Neutralize styling: Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {margin: 1em 0;	padding: 0;}

/* Apply left margin: Only to the few elements that need it: */
li, dd, blockquote {margin-left: 1em;}

/* Form field text-scaling */
input, select, textarea {font-size: 100%;}

/* Miscellaneous conveniences: */
form label {cursor: pointer;}
a img {border: none; }
input {margin-bottom: 1px;}
ul {padding-left: 14px; list-style-position: inside; text-indent: -14px;} 

/* Site dependent values follow */

fieldset {padding: 0px 5px 5px 5px;}
p, li, td 	{font-size: 12px;}

a:link	{color: #0000FF; text-decoration: underline} 
a:visited	{color: #0000FF; text-decoration: underline}
a:hover	{color: #ff1493; text-decoration: underline}

.toplinks	{font-family: Arial;text-align: left;font-size:13px;padding-left:0px; font-weight:bold; color: #ffffff}
a:link.toplinks	{color: #ffffff; text-decoration: none}
a:visited.toplinks	{color: #ffffff; text-decoration: none}
a:hover.toplinks	{color: #000000; text-decoration: none}

.logo {position: absolute; top: 5px; left: 10px; z-index: 5; color: #000000;}
.navbar {position: absolute; top: 105px; left: 10px; z-index: 6; color: #000000; font-weight: bold;}
.bodycopy {position: absolute; top: 135px; left: 20px; width: 730px;}
.asterisk {padding-left: 13px;  text-indent: -13px;}
.button {font-size: 13px; font-family: Arial;}
