﻿body 
{
	font-family: Arial;
}

h1 
{
	font-size: 20px;
	padding: 0px;
	margin: 0px 0px 4px 0px;
}
h2 
{
	font-size: 13px;
	font-weight: bold;
	padding: 0px;
	margin: 10px 0px -5px 0px;
}
a 
{
	color: #494949;
	text-decoration: none;
}
a:hover 
{
	text-decoration: underline;
}
p
{
	padding: 10px 0px 0px 0px;
	margin: 0px;
}
p, li, .black
{
	line-height: 19px;
	font-size: 12px;
	color: black;
}
.underpicture 
{
	font-size: 11px;
	padding-top: 5px;
}



.option
{
	font-size: 11px;
	margin: 10px 10px 0px 10px;
	float: left;
	color: white;	
}
.optionselected 
{
	font-size: 11px;
	margin: 10px 10px 0px 10px;
	float: left;
	color: black;
}


.optionother
{
	font-size: 11px;
	text-align: right;
}

.hot
{
	font-size: 11px;
	margin: 10px 10px 0px 10px;
	float: left;
	color: #BEBEBE;
}
.hotselected 
{
	font-size: 11px;
	margin: 10px 10px 0px 10px;
	float: left;
	color: black;	
}
.hot:hover 
{
	color: #494949;
}

.button
{
    vertical-align: top;
    font-family: Arial;
    font-size: 11px;
    background: url(../../Images/icons/button.gif);
	width: 75px; height: 22px;
	color: White;
	border: none;
	font-weight: bold;
	padding-bottom: 2px;
	cursor:pointer;
}
.validator 
{
	color: Red;
	font-size: 19px;
	padding-top: 2px;
	font-weight: bold;
	font-family: Tahoma;
}
