/* =INITIAL 
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 100.01%/120% 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;
}

/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
}
fieldset {
	border: none;
}

/* Form field text-scaling */
input, select, textarea {
	font-size: 100%;
}
html {
}
body {
	text-align: center;
}
#content {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 0px;
}
#content td {
	vertical-align: top;
}
#content p {
	margin-top: 3px;
	margin-bottom: 0;
}
#content a {
	color: #0060A0;
}
#content a:visited {
	color: #0060A0;
}
#content a:hover {
	color: #FF3366;
}
#content a:active {
	color: #FF0000;
}
#lc1 {
	background-color: #FFCC66;
	height: 75px;
	vertical-align: top;
	text-align: left;
	border-bottom: solid #FFFFFF 5px;
}
#content1 {
	width: 500px !important;
}
#content1 table {
	width: 500px !important;
}
#cell1 {
	width: 500px !important;
}
.smllet {
	list-style-type: lower-alpha;
}
.smlrom {
	list-style-type: lower-roman;
}
.lrglet {
	list-style-type: upper-alpha;
}
.lrgrom {
	list-style-type: upper-roman;
}