﻿body 
{
	background-color: #0E1010;
	
}

.BackGround 
{
	background-image: url('../images/homepage/Homepage-backgound.jpg');
	width: 1024px;
	/*height: 683px;*/
	background-repeat: no-repeat;
	color: #fbd318;
	font-family: Arial;
	font-size: 9pt;
    font-weight: 600;
}

.RegisterLink
{
    color: White;
    font-family: Arial;
    text-decoration: none;
}
.RegisterLink a
{
    color: White;
    font-family: Arial;
}

a.RegisterLink:hover
{
    color: #fbd417;
    font-family: Arial;
}

.SectionHead
{
	font-size: 14pt;
	text-transform: uppercase;
	font-family: Arial Black;
	font-weight: 800;
}

.Dot
{
	color: #ffffff;
	font-size: 20pt;
}

.footer
{
	color: #ffffff;
	text-decoration: none; 
	font-family: Arial;
}

.footer a
{
	color: #ffffff;
	text-decoration: none;
	font-family: Arial;
}

a.footer:hover
{
    color: #fbd417;
    font-family: Arial;
}

.PageLink
{
    color: #fbd318;
    font-family: Arial;
    font-weight: 600;
	text-decoration: none;
}

.PageLink a
{
    color: #fbd318;
    font-family: Arial;
    font-weight: 600;
}

.DialogHeader
{
	background-color: #FBD27E;
	border-bottom-color: #FBD27E;
	border-left-color: #FBD27E;
	border-right-color: #FBD27E;
	border-top-color: #FBD27E;
	font-family: Arial, 'Times New Roman';
	font-size: 11pt;
	padding-bottom: 3px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	color: black;
	letter-spacing: 0.1em;
}
.DialogFooter
{
	background-color: #D4D0C8; 
	padding-bottom: 8px;
}
.DialogContentHeader
{
    font-family: Arial;
    font-size: 11pt;
    font-weight: bold;
    color: #000000;
}
.DialogContent
{
    font-family: Arial;
    font-size: 10pt;
	border: #fdeac4 1px solid; 
	background-color: #ffffff;
}

.Divider
{
	background-color: #fbd318;
	color: #fbd318;
	border-color: #fbd318;	
}
	
