/* CSS Document */
p {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11;
	font-style : normal;
	font-weight : normal;
	color: #333333;
	text-align : justify;
}

A	{
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size : 11;
	font-weight : normal;
	color: #666666;
	text-decoration : underline;
}

A:HOVER		{
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size : 11;
	font-weight : normal;
	color: Black;
	text-decoration : none;
}

h6 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12;
	font-style : normal;
	font-weight : bold;
	color: #333333;
	text-decoration : underline;
}

h5  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14;
	font-style : normal;
	font-weight : bold;
	color: #333333;
	text-decoration : underline;
}

h4  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 16;
	font-style : normal;
	font-weight : bold;
	color: #333333;
	text-decoration : underline;
}

h3  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 18;
	font-style : normal;
	font-weight : bold;
	color: #333333;
	text-decoration : underline;
}

h2  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 20;
	font-style : normal;
	font-weight : bold;
	color: #333333;
	text-decoration : underline;
}

h1  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 22;
	font-style : normal;
	font-weight : bold;
	color: #333333;
	text-decoration : underline;
}
.scrollbar{
	scrollbar-track-color : #F4F4F4; 
	scrollbar-face-color : #cCcCcC; 
	scrollbar-arrow-color : #f4f4f4; 
	scrollbar-shadow-color : #f4f4f4; 
	scrollbar-3dlight-color : none; 
	scrollbar-base-color :none; 
	scrollbar-darkshadow-color : #f4f4f4; 
	scrollbar-highlight-color : #f4f4f4; 
}

BODY  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11;
	font-style : normal;
	font-weight : normal;
	color: #333333 ;
}


TABLE {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11;
	font-style : normal;
	font-weight : normal;
	color : #333333;
	border : none;
	background : #f4f4f4;
}

INPUT 	{
	background-color : #f4f4f4;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 20;
	font-size : 9;
	font-weight : normal;
	color : #333333;
	border : medium solid #999999;
	background : #f4f4f4;
}

.headertext {
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size : 11;
	font-weight : normal;
	color: #666666;
	text-decoration : none;
}

A.menu	{
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size : 11;
	font-weight : normal;
	color: #666666;
	text-decoration : none;
}

A:HOVER.menu	{
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size : 11;
	font-weight : normal;
	color: #333333;
	text-decoration : underline;
}

A.login {
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size : 11;
	font-weight : normal;
	color: #f4f4f4;
	text-decoration : none;
}

A:HOVER.login {
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size : 11;
	font-weight : normal;
	color: #f4f4f4;
	text-decoration : underline;
}

A.headertext {
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size : 11;
	font-weight : normal;
	color: #666666;
	text-decoration : none;
	text-align : right;
}

A:HOVER.headertext {
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size : 11;
	font-weight : normal;
	color: #333333;
	text-decoration : underline;
	text-align : right;
}

/* FOOTER */
.footer {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #333333;
	font-weight : normal;
	text-decoration : none;
}

A.footer {
	font-family :  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #333333;
	font-weight : bold;
	text-decoration : none;
}
A:VISITED.footer {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #333333;
	font-weight : bold;
	text-decoration : none;
}
A:HOVER.footer {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #333333;
	font-weight : bold;
	text-decoration : underline;
}