/* CSS Document */

body
{
	font-family:"verdana";
	font-size: 10px;
}

.text-splash
{
	font-family:"verdana";
	font-size: 10px;
	color:#666666;
	text-align:justify;
	padding:5px;
}

.text-normal
{
	font-family:"verdana";
	font-size: 10px;
	color:#666666;
	text-align:justify;
	padding:6px;
}

.textbox
{
	font-family:"verdana";
	font-size: 10px;
	color:#666666;
	height:12px;
}

.text-title
{
	font-family:"verdana";
	font-size: 14px;
	font-weight: bold;
	color:#006699;
	padding:5px;
}

.text-bullet
{
	font-family:"verdana";
	font-size: 10px;
	color:#666666;
	margin-left:5px;
	margin-right:5px;
}

.text-header
{
	font-family:"verdana";
	font-size: 10px;
	color:#006699;
}

.text-menu
{
	font-family:"verdana";
	font-size: 10px;
	color:#666666;
}

.text-footer
{
	font-family:"verdana";
	font-size: 10px;
	color:#BBBBBB;
}

ul 
{ 
	margin: 15px;
}

a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: underline;}
a:active {text-decoration: none;}
