/*
Oinam Software
http://www.oinam.com/
oinam.css

versions
	uc, Sunday, August 21, 2005
	o1, Sunday, November 6, 2005
________________________________________________________________________________ */
html, body
{
	margin: 0; 
	padding: 0; 
	border: 0 none; 
	height: 100%;
}

html, body, p, li  {	font: normal normal normal 0.90em/1.6em "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif; }
img, a img, form { margin: 0; padding: 0; border: 0 none; text-decoration: none; }
table { font-size: 100%; }
code, pre { font: normal normal normal 100%/normal Monaco, "Courier New", Courier, monotype, serif; }
a img  { border: 0 none; }
hr { display: none; }
form {	margin: 0; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }

abbr, acronym
{ /* acronym and abbr aren't styled in IE per default */
	border-bottom: 1px dotted #666;
	cursor: help;
}

a 
{
	color: #000;
	text-decoration: none;
}

a:hover 
{
	color: #333;
	text-decoration: underline;
}

p
{
	margin: 0.3em 0;
	margin: 0.3em 0;
}

/* util */
.clearall { clear: both; }
.txtStrike { text-decoration: line-through; }