/* OUL Direct Style Sheet */

body, p, div, span, td, th, li
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt;
	/*line-height: 1.4em;*/
	color: #000000;
	/*background-color: #FFFFFF;*/
	vertical-align: top;
}

h1
{
	color: #5AACCA;
	font-weight: bold;
	font-size: 14pt;
}

ul
{
	margin-top:0px;
	margin-bottom:0px;
}

td img 
{
	display: block;
}

img
{
	border: 0px solid black;
	margin: 0px;
	padding: 0px;
}

.bluetext
{
	color: #5AACCA;
}

.small
{
	font-size: 7pt;
}

.small2
{
	font-size: 7pt;
	text-align:left
}

td
{
	background-color: transparent;
}

.attention
{
	font-weight: bold;
	font-size: 10pt;
}

.error
{
	font-weight:bold;
	color:#5AACCA;
}

.textbox_small
{
	font-size: 8pt;
	padding: 0px;
	margin: 0px;
}

.button_small
{
	font-size: 8pt;
	padding: 2px;
	margin: 2px;
	border: 1px #000000 solid;
	background-color: #5AACCA;
	color: #FFFFFF;
}
	

/* links */

a.normal { font-size: 8pt; color: #000000; text-decoration: underline;}
a.normal:hover { font-size: 8pt; color: #000000; text-decoration: underline;}

a.small { font-size: 7pt; color: #000000; text-decoration: none;}
a.small:hover { font-size: 7pt; color: #000000; text-decoration: underline;}

a.smallunderline { font-size: 7pt; color: #000000; text-decoration: underline;}
a.smallunderline:hover { font-size: 7pt; color: #000000; text-decoration: underline;}

a.smallblue { font-size: 7pt; color: #5AACCA; text-decoration: none;}
a.smallblue:hover { font-size: 7pt; color: #5AACCA; text-decoration: underline;}

a.smallblueunderline { font-size: 7pt; color: #5AACCA; text-decoration: underline;}
a.smallblueunderline:hover { font-size: 7pt; color: #5AACCA; text-decoration: underline;}

a.whitebold { color: #FFFFFF; font-size: 10pt;font-weight:bold; text-decoration: none;}
a.whitebold:hover { color: #FFFFFF; font-size: 10pt;font-weight:bold; text-decoration: underline;}

a.whiteboldunderline { color: #FFFFFF; font-size: 10pt;font-weight:bold; text-decoration: underline;}
a.whiteboldunderline:hover { color: #FFFFFF; font-size: 10pt;font-weight:bold; text-decoration: underline;}
