/******* Link styles *******/
a {
	text-decoration:underline;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a:active {
	text-decoration:underline;
	color: #000000;
}

a:visited {
	color: #000000;
}

a.WhiteLink {
	color: #FFFFFF;
}

a.WhiteLink:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

a.WhiteLink:active {
	text-decoration:underline;
	color: #FFFFFF;
}

a.WhiteLink:visited {
	color: #FFFFFF;
}

/******* Text styles *******/
.SmallText {
	font-family: Verdana,Helvetica,sans-serif;
	font-size: 10px;
}

.Text {
	font-family: Verdana,Helvetica,sans-serif;
	font-size: 11px;
	color: #000000;
}

.Title {
	font-family: Verdana,Helvetica,sans-serif;
	font-size: 16px;
	color: #000000;
}

.SeparatorText {
	font-family: Verdana,Helvetica,sans-serif;
	font-size: 11px;
	color: #003366;
	font-weight: bold;
}

.TextBold {
	font-family: Verdana,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
}


/******* Redefined HTML tag styles (forms etc) *******/
input {
	font-family: Verdana,Helvetica,sans-serif;
	font-size: 11px;
}

textarea {
	font-family: Verdana,Helvetica,sans-serif;
	font-size: 11px;
}

select {
	font-family: Verdana,Helvetica,sans-serif;
	font-size: 11px;
}

/******* Table layout styles *******/
.MainPage {
	background-image: url(../images/furniture/bgs/glasses.gif);
	background-position: center center;
	background-repeat: no-repeat;
}