body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	
	margin: 0;
	border: 0;
	padding: 0;
}


table, th, td
{
	border-collapse: collapse;
	border: 0;
	border-spacing: 0;
	margin: 0;
	padding: 0;
}


ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;	
}

ul.dotted
{
	list-style: disc outside none;
	padding-left: 1.2em;
}

a
{
	color: #7f7f7f;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}


img
{
	border: 0;
	margin: 0;
	padding: 0;
}


#wrapper
{
	margin: 0 auto;
	width: 720px;
}


#header
{
	position: relative;
	padding: 10px;
}



#logo
{
}


#navi
{
	font-size: 1em;
	font-weight: bold;
	
	position: absolute;
	right: 5px;
	bottom: 10px;
}


#content
{
	border: 1px solid #7f7f7f;
	padding: 10px;
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px; 
}


.block
{
	overflow: hidden;
}


.box
{
	position: relative;
	float: left;
}

a.box
{
	color: inherit;
	display: block;
	text-decoration: none;
	cursor: pointer;
}

#navi .box
{
	background-image: url( ../img/button.png );
	background-repeat:repeat-x;
	
	width: 75px;
	
	margin: 0 5px;
	padding: 2px;
	border: 1px solid #bfbfbf;
	
	text-align: center;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; 
}

#navi a:hover
{
	border-color: #7f7f7f;
}

#navi .active
{
	background-image: url( ../img/button.active.png );
	border-color: #7f7f7f;
}


.title
{
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 0.5em;
}


.subtitle
{
	font-size: 1.2em;
	font-weight: bold;
	
	color: white;
	background-color: #7f7f7f;
	
	margin-top: 1.0em;
	margin-bottom: 0.5em;
	padding: 2px 4px;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; 
}

.box .subtitle
{
	margin-top: 0.5em;
}

