/*
	Mazaryk Design

	Style.css
*/

A:link		{text-decoration:	none; color: #427BBD;}
A:visited	{text-decoration: 	none; color: #427BBD;}
A:active	{text-decoration: 	none; color: #427BBD;}

A:hover
{
	color: 			#08396B;
	font-weight:		none;
	text-decoration: 	underline;	
}

A
{
	color: 		#0000FF;
	font-family: 	Verdana;
}

BODY
{
	font-family:	Verdana;
	font-size:	10pt;
	margin:  	0px 0px 0px 0px;
	padding: 	0px 0px 0px 0px;
}	

.cssText10
{
	font-size:	10pt;
}

.cssText8
{
	font-size:	8pt;
}
.cssCopy
{
	font-size:	8pt;
	color:		#427BBD;
}

.cssHighlight
{
	font-weight:	bold;
	color:		#08396B;
	font-size:	10pt;
}

.cssH1
{
	border: 		1px solid black; 
	background-color: 	#A0C0E0; 
	font-family: 		Verdana; 
	font-weight:		bold;
	font-size:		10pt;
	padding: 		2px 15px 2px 15px; 
}

.cssH2
{
	color:			#427BBD;
	font-family:		Verdana;
	font-size:		10pt;
	font-weight:		bold;
	padding:		0px 15px 0px 5px;

}

.cssSig
{
	color:		#08396B;
	font-weight:	bold;
}

.cssButton
{
	color:		#000000;
	background:	#A0C0E0;
	font-size:	8pt;
	font-family:	Verdana;
	font-weight:	Bold;
	border-bottom:	1px solid #08396B;
	border-right:	1px solid #08396B;
	border-top:	1px solid #A0C0E0;
	border-left:	1px solid #A0C0E0;
	padding:	1px;
}
