﻿a:link
{
	text-decoration: none;
	color: inherit;
}

a:visited
{
	text-decoration: none;
	color: inherit;
}

a:hover
{
	text-decoration: none;
	color: inherit;
}


body
{
}

.CopyRight
{
	font-family: 'Tahoma';
	font-size: 14px;
	text-align: center;
}

.TopMenu
{
	font-family: 'Tahoma';
	font-size: 14px;
	text-align: left;
	color: Black;
}


.TopMenuHeaderStatic
{
	font-family: 'Tahoma';
	font-size: 14px;
	text-align: left;
	color: Black;
	cursor:default;
}

.TopMenu:hover
{
	color: white;
}

.FooterMenu
{
	font-family: 'Tahoma';
	font-size: 11px;
	text-align: right;
	color: #c99a11;
	margin-top:4px;
}


.FooterInfo
{
	font-family: 'Tahoma';
	font-size: 14px;
	text-align: center;
}



.Content
{
	font-family: 'Tahoma';
	font-size: 14px;
	text-align: justify;	
	line-height: 25px;
}


.ContentSmall
{
	font-family: 'Tahoma';
	font-size: 12px;
	text-align: justify;	
	line-height: 25px;
}


.ContentBold
{
	font-family: 'Tahoma';
	font-size: 14px;
	text-align: justify;	
	font-weight:bold;
	line-height: 25px;
}

.ContentHeadingUnderline
{
	font-family: 'Tahoma';
	font-size: 16px;
	text-align: justify;
	line-height: 25px;
	text-decoration: underline;
}


.ContentHeading
{
	font-family: Verdana;
	font-size: 20px;
	text-align: justify;
	font-weight: bold;
}

p
{
	text-indent:30px;
}


.Question
{
	font-family: 'Tahoma';
	font-size: 14px;
	text-align: justify;
	line-height: 25px;
	font-weight: bold;
}


.Answer
{
	font-family: 'Tahoma';
	font-size: 14px;
	text-align: justify;
	line-height: 25px;	
}

.BoxEdge
{
 background-color:#ddd4a9;
 padding-left: 15px; 
 padding-right: 15px; 
 padding-top: 10px;
 padding-bottom: 10px;
 
}

.Control
{
	border: 1px solid #800000;
	height: 20px;
}



.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:485px;
	height:720px;
	left: -400px;
	top: -200px;
}




.modalOrderBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalOrderPopup {
	background-color:#ddd4a9;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:850px;
	height:600px;
	left: 0px;
	top: 0px;
}