/* Common Jauko Style Sheet */

BODY	{font-family: "new century schoolbook", serif;
	 color: rgb(0,0,139);
	 font-size: 10pt;
	 font-style: normal;
	 scrollbar-face-color:#00008B;
         scrollbar-arrow-color:#FFFFFF;
         scrollbar-track-color:transparent;
         scrollbar-shadow-color:rgb(0,0,0);
         scrollbar-highlight-color:transparent;
         scrollbar-3dlight-color:#808080;
         scrollbar-darkshadow-Color:#202020;
	 background-repeat: no-repeat;
}

P	{font-family: "new century schoolbook", serif;
	 color: rgb(0,0,139);
	 font-size: 10pt;
	 font-style: normal;}

TD	{font-family: "new century schoolbook", serif;
	 color: rgb(0,0,139);
	 font-size: 10pt;
	 font-style: normal;}

LI	{font-family: "new century schoolbook", serif;
	 color: rgb(0,0,139);
	 font-size: 10pt;
	 font-style: normal;}

H1	{font-family: "new century schoolbook", serif;
	 font-size: 12pt;
	 font-weight: bold;}

H2	{font-family: "new century schoolbook", serif;
	 font-size: 10pt;
	 font-weight: bold;}

A:LINK	{font-family: "new century schoolbook", serif;
	 color: rgb(0,0,139);
	 font-size: 10pt;
	 font-style: normal;
	 font-weight: bold;
	 text-decoration:none}

A:ACTIVE {font-family: "new century schoolbook", serif;
	 color: rgb(0,0,139);
	 font-size: 10pt;
	 font-style: normal;
	 font-weight: bold;
	 text-decoration:none}

A:VISITED{font-family: "new century schoolbook", serif;
	 color: rgb(0,0,139);
	 font-size: 10pt;
	 font-style: normal;
	 font-weight: bold;
	 text-decoration:none}

.button{
	background-color: #eaeef2;
	border: #000 1px solid;
	color: #000000;
	font: 9px verdana, tahoma, arial, helvetica, sans-serif;
	text-align:center;
	background-image : url(images/button.png);
}

