body
	{
	padding:8px;
	margin:8px;
	background:url('layout/bg.png') repeat-x;
	background-color:#0058AF;
	}

body,table,input,textarea
	{
	font-family:Tahoma;
	font-size:12px;
	line-height:18px;
	}

form
	{
	margin:0px;
	padding:0px;
	}

h1
	{
	color:#2A61AE;
	font-size:16px;
	font-weight:bold;
	}

h2
	{
	color:#2A61AE;
	font-size:14px;
	font-weight:bold;
	}

.sideBox
	{
	padding:8px;
	background-color:#E6F3FF;
	border:1px dashed #C6D2DC;
	width:190px;
	}

a:link,a:visited
	{
	color:black;
	border-bottom:1px dotted #0080FF;
	text-decoration:none;
	}

a:hover
	{
	border-bottom:1px solid #0080FF;
	}

a.pageCurrent
	{
	font-weight:bold;
	color:#0080FF;
	}

.buttonOut,.buttonOver
	{
	cursor:pointer;
	font-size:11px;
	color:white;
	}

.buttonOut
	{
	}

.buttonOver
	{
	text-decoration:underline;
	}

.image
	{
	border:1px solid #2A61AE;
	}

.blue,.blueHeavy
	{
	color:#2A61AE;
	}

.blueHeavy
	{
	font-weight:bold;
	}

.quote
	{
	}

.quoted
	{
	font-size:11px;
	text-align:right;
	}

.seperator
	{
	border-bottom:1px dotted #AAAAAA;
	margin-top:20px;
	margin-bottom:20px;
	}

input.singleLine
	{
	border:0px;
	border-bottom:1px solid #AAAAAA;
	background:transparent;
	color:#2A61AE;
	}

textarea.multiLine
	{
	border:0px;
	background:url('layout/multiLine.gif');
	color:#2A61AE;
	}

li.pdf
	{
	list-style: none;

	/*
	list-style: disc url('layout/pdf.gif') inside;
	background:url('layout/pdf.gif') 0 2 no-repeat;
	
	*/

	margin-bottom:8px;
	padding:0px;
	}
	
ul
	{
	margin-top:0px;
	}