/*******************************************************************************
	Layout (Basic)
*******************************************************************************/

html, table, td, form body, form, div, table, tr, th, td, p, span, a, h1, h2, h3, h4, h5, h6, ul, ol, li, img, input, select, textarea
{
	margin:					0px;
	padding:				0px;
	font-family:			tahoma, sans-serif;
	font-size:				12px;
	color:					#000000;
}

body
{
	margin:					1px;
}

div#header1, div#header2, div#col-left, div#col-right, div#footer, .invisible
{
	display:				none;
}

td, th
{
	text-align:				left;
	vertical-align:			top;
}

img
{
	border:					0px;
}

h1
{
	font-size:				16px;
	letter-spacing:			3px;
	padding-bottom:			10px;
	text-align:				center;
}

h2
{
	font-size:				14px;
	letter-spacing:			2px;
	padding-bottom:			5px;
	text-align:				center;
}

h3, h4, h5, h6
{
	font-size:				13px;
	letter-spacing:			1px;
	text-align:				center;
}

p
{
	padding:				5px;
	text-align:				justify;
}

ul
{
	margin-left:			25px;
	padding:				5px;
	list-style-type:		square;
	list-style-position:	outside;
}

.bu
{
	font-size:				10px;
	font-weight:			bold;
}

a
{
	color:					#404040;
	font-weight:			bold;
	text-decoration:		underline;
}

.thin 
{
	color:					#404040;
	font-weight:			normal;
	text-decoration:		underline;
}

/*******************************************************************************
	Layout (Content)
*******************************************************************************/

.content
{
	width:					100%;
	border-collapse:		collapse;
}

.content thead th
{
	padding:				5px;
	font-weight:			bold;
	border:					1px solid #000000;
	white-space:			nowrap;
}

.content tbody td
{
	padding:				5px;
	border:					1px solid #000000;
	text-align:				justify;
}

/*******************************************************************************
	Layout (Dates)
*******************************************************************************/

.dates
{
	width:					100%;
	border-collapse:		collapse;
}

.dates thead th
{
	padding:				5px;
	background-color:		#dbc7bd;
}

.dates tbody td
{
	padding:				5px;
	border:					1px dashed #000000;
	vertical-align:			middle;
}

.dates tfoot td
{
	padding:				5px;
	font-size:				10px;
	font-weight:			bold;
	text-align:				right;
}

.dates .event
{
	background-color:		#dbc7bd;
}
