/* 
	Using a customized version of Eric Meyer's CSS Reset to give us an even, cross-browser playing field. More info:
	http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th{

	/*border: 0;*/
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	outline: 0;
	padding: 0;
	/*vertical-align: baseline;*/
}

html
{
	height:100%;
}
body {
    height:100%;
	/*font-size:13px;*/
}


.mainContent ol, .mainContent ul {
	margin-left: 25px;
}

.fullContent select, .fullContent input[type="text"], .content select, .content input[type="text"]{
	margin: 0 5px;
}

a:focus {
	outline: 1px #000 dotted;

}

img, table {
	border:0;
}

table, div
{
	border-collapse:collapse;
}

.access
{
	position:absolute;
	/*visibility:hidden;*/
	left: -9999px;
}

.disNone
{
	display:none;
}

.clearBoth
{
	clear:both;
}