/* CSS Document */
body	{
	margin:0px;
	padding:0px;
}
	
body, td, p	{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px
}
p, h1, h2, h3, h4, h5, h6, ul	{
	margin-top:0px;
	margin-bottom:20px;
	margin-right:15px;
	margin-left: 40px;
}

p.sidenav	{
	margin:15px;
	color:  #3399ff;
	font-size:12px;
	font-weight:bold;
}

p.home	{
	margin:5px;
	font-size:12px;
}

.head	{
	font-weight:bold;
}
h1	{
	color:  #000000;
	font-size:16px;
}

h2	{
	color:  #3399ff;
	font-size:14px;
}

h3	{
	color:  #000000;
	font-size:14px;
}

h4	{
	color:  #3399ff;
	font-size:13px;
}

h5	{
	color:  #000000;
	font-size:13px;
}

h6	{
	color:  #3399ff;
	font-size:12px;
}

th	{
	background-color:  #000000;
	text-align: left;
	color:  #ffffff;
	font-weight: bold;
}

td.altrow	{
	background-color:  #3399ff;
	color:  #000000
}

td.firstalt	{
	background-color:  #3399ff;
	color:  #000000;
	font-weight: bold;
}

td.first 	{
	font-weight: bold
}

a	{
	font-weight: bold;
}

A:link		{
	color:  #3399ff;
	text-decoration:  none;
	font-size:12px;
	
}
A:visited	{
	color:  #3399ff;
	text-decoration: none;
	font-size:12px;
}
A:hover		{
	color:  #6699cc;
	text-decoration: underline;
	font-size:12px;
}
A:active	{
	color:  #6699cc;
	text-decoration: underline;
	font-size:12px;
}

.logo	{
	background-color:  #333333;
	color: #ffffff;
	font-weight:bold;
}

A.logo:link		{
	color:  #ffffff;
	text-decoration:  none;
	font-size:11px;
	
}
A.logo:visited	{
	color:  #ffffff;
	text-decoration: none;
	font-size:11px;
}
A.logo:hover		{
	color:  #6699cc;
	text-decoration: underline;
	font-size:11px;
}
A.logo:active	{
	color:  #6699cc;
	text-decoration: underline;
	font-size:11px;
}

.leftlogo	{
	background-color:  #666666;
	color:  #000000
}

.leftblock	{
	background-color:  #6699cc;
}

.titleblock	{
	background-color:  #3399ff;
	font-size: 24px;
	font-weight: bold;
}

.line	{
	background-color: #000000;
}
		
.verticalline	{
	background-color:  #6699cc;
}

