﻿body
{
	font-size: 12px;
	margin: 0px;
	color: #000000;
	font-style: normal;
	font-family: Tahoma, Verdana, Arial;
	background-color: #668ec1;
	text-align: center;
	font-variant: normal;
}

#page
{
	position:absolute;	
	left:50%;
	margin-left:-495px;
	width:990px;
	text-align:center;
}
#logo
{
	background-image:url(LOGO/logo.png);
	background-repeat:no-repeat;
	position:absolute;
	z-index:100px;
	width:174px;
	height:58px;
	top:38px;
	margin-left:20px;
	text-align:left;
	
}
a
{
	color:#46566e;
	text-decoration:none;
}

a:hover
{
	color:#76869e;
	text-decoration:underline;
}

/* Buttons */
.btnLeft
{
	background-image:url(content/but_left.gif);
	background-repeat:no-repeat;
	width:15px;
	height:22px;
	cursor:pointer;
}
.btnCenter
{
	background-image:url(content/but_cnter.gif);
	background-repeat:repeat-x;
	height:22px;
	padding-left:4px;
	padding-right:4px;
	line-height:22px;
	vertical-align:middle;
	cursor:pointer;
}
.btnMag
{
	background-image:url(content/but_mag.gif);
	background-repeat:no-repeat;
	width:24px;
	height:22px;
	cursor:pointer;
}
.btnRight
{
	background-image:url(content/but_right.gif);
	background-repeat:no-repeat;
	width:15px;
	height:22px;
	cursor:pointer;
}

/*Alignments*/
.tal
{
	text-align:left;
}
.tar
{
	text-align:right;
}
.tac
{
	text-align:center;
}
/*margins*/
.ml15
{
	margin-left:-15px;
}
.ml10
{
	margin-left:10px;
}

/*Display classes*/
.dn
{
	display:none;
}
.db
{
	display:block;
}

/*float*/
.fl
{
	float:left;
}

label
{
	cursor:pointer;
}
