body				{	background-color:	#FFFFFF;
				}
body.start			{	background-color: #F3EADA;
				}

p,div,span,blockquote,a,h3,td 	{	font-family:		arial,helvetica,sans-serif;
					color:			#000000;
					font-size:		14px;
				}

p.head				{	font-size:		20px;
					font-weight:		bold;
				}
p.headwhite	{ font-size:	20px;
			  font-weight:	bold;
			  color:	#FFFFFF }
p.menu1				{	padding-left:		5px;
					padding-right:		5px;
				}

p.menu3				{	padding-left:		0px;
				}

p.menu4				{	padding-left:		14px;
				}
p.menu5				{	padding-left:		20px;
				}

p.serv1				{	padding-left:		5px;
					padding-right:		5px;
				}

p.serv2				{	padding-left:		6px;
					padding-right:		6px;
					font-size: 11px;
				}


h3				{	font-size:		14px;
					text-decoration:	underline;
				}

li				{	list-style-type:	square;
				}


a:link,a:visited		{	color:			#000088;
					font-size:		12px;
				}
a:hover,a:active		{	color:			#0000FF;
					font-size:		12px;
				}
a.start2:link,a.start2:visited	{	text-decoration:	none;
					color:			#000000;
					font-size:		12px;
					font-weight:		bold;
				}
a.start2:hover,a.start2:active	{	text-decoration:	underline;
					color:			#000000;
					font-size:		12px;
					font-weight:		bold;
				}
a.start:link,a.start:visited	{	text-decoration:	none;
					color:			#000000;
					font-size:		16px;
					font-weight:		bold;
				}
a.start:hover,a.start:active	{	text-decoration:	underline;
					color:			#000000;
					font-size:		16px;
					font-weight:		bold;
				}
a.nrml:link,a.nrml:visited	{	text-decoration:	underline;
					color:			#000088;
				}
a.nrml:hover,a.nrml:active	{	text-decoration:	underline;
					color:			#0000FF;
				}
a.service:link,a.service:visited {	text-decoration:	none;
				}
a.service:hover,a.service:active {	text-decoration:	underline;
				}

a.menu1:link,a.menu1:visited	{	color:			#000000;
					text-decoration:	none;
				}
a.menu1:hover,a.menu1:active	{	color:			#000000;
					text-decoration:	underline;
				}

a.menu2:link,a.menu2:visited	{	color:			#000000;
					text-decoration:	none;
				}
a.menu2:hover,a.menu2:active	{	color:			#000000;
					text-decoration:	underline;
				}

a.menu3:link,a.menu3:visited	{	color:			#000000;
					text-decoration:	none;
				}
a.menu3:hover,a.menu3:active	{	color:			#000000;
					text-decoration:	underline;
				}

a.menu4:link,a.menu4:visited	{	color:			#000000;
					text-decoration:	none;
				}
a.menu4:hover,a.menu4:active	{	color:			#000000;
					text-decoration:	underline;
				}
a.menu5:link,a.menu5:visited	{	color:			#000000;
					text-decoration:	none;
				}
a.menu5:hover,a.menu5:active	{	color:			#000000;
					text-decoration:	underline;
				}

td.menu1			{	background-color:	#F9F5EB;	}
td.menu2			{	background-color:	#B0C2E9;	}
td.menu3			{	background-color:	#C0D3A0;	}
td.menu4			{	background-color:	#F6CA77;	}
td.menu5			{	background-color:	#E9DBE3;	}
td.menu6			{	background-color:	#CC938B;	}
td.menu7			{	background-color:	#000033;	}


/*Popup*/
#Popup {
	position:absolute;
	top:0px;
	left:0px;
	z-index:99;
	width:100%;
	height:100%;
	min-height:100%;
}
#PopupContent {
	position:absolute;
	width:750px;
	height:515px;
	left:50%;
	top:50%;
	margin:-258px 0px 0px -375px;
	z-index:2;
}
#PopupContent #Background {
	background:url(pix/popupshade.png) no-repeat 0px 0px;
	width:750px;
	height:550px;
	padding:3px 13px 15px 5px;
}
#PopupCloser {
	position:absolute;
	top:-20px;
	right:15px;
}
#Popup #PopupBackground {
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	width:100%;
	height:100%;
	background:url(pix/popup.png);
}
* html #Popup #PopupBackground,*+html #Popup #PopupBackground {
	filter: alpha(opacity=70);
	background:white;
}

