﻿body 
{
    font-family: Georgia;
    font-size: 10pt;
    color: #455555;
    padding: 0px;
    margin: 0px;
}

p 
{
    font-family: Georgia;
    font-size: 10pt;
    color: #455555;
}

h1 
{
    font-size: 14pt;
    color: #b5406d;
    padding-top: 5px;
    padding-bottom: 0px;
    margin-bottom: 8px;
}

h2
{
    font-size: 12pt;
    color: #455555;
    padding-bottom: 6px;
    margin-bottom: 3px;
}

h3
{
    font-size: 11pt;
    color: #455555;
    padding-bottom: 6px;
    margin-bottom: 3px;
}


input 
{
    border: #666666 solid 1pt;
    color: #455555;
}

select
{
    border: #666666 solid 1pt;
    color: #455555;
}

textarea
{
    border: #666666 solid 1pt;
    font-family: Verdana, Arial;
    color: #455555;
}

A:hover {
    COLOR: #dba1b9;
}


A {
	color: #b5406d;
	font-family: Verdana, Arial;
	text-decoration: none;
	font-weight: normal;
	font-size: 10pt;
}

li 
{
    padding-bottom: 5px;
}

ul 
{
    margin-bottom: 5px;
}

.header a 
{
    font-weight: bold;
}

a.mainmenu
{
    font-family: Verdana, Arial;
    font-size: 10pt;
    color: #808080;
}

a.mainmenu:hover
{
    color: #b5406d;
    text-decoration: underline;
}

a.footermenu
{
    font-family: Georgia;
    font-weight: bold;
    font-size: 11pt;
    color: #646464;
}
a.footermenu:hover
{
    color: #b5406d;
    text-decoration: underline;
}


.button 
{
    background: #dba1b9;
    cursor: pointer;
}

.login 
{
    color: #dedede;
}

.login input 
{
    background: #dba1b9;
}

.login table 
{
    background: #b5406d;
}

.errortext {
    color: red;
    font-style: italic;
}

.gridview td
{
    padding: 4px;
}    

.gridview th
{
    padding: 4px;
}    

.whatsnew table 
{
    width:100%;
}

.whatsnew 
{
    font-family: Georgia;
    color: #fefefe;
}

.whatsnew h1 
{
    font-size: 12pt;
    font-weight:bold;
    padding-bottom: 4px;
    margin: 0;
    color: #fff9f9;
}

.whatsnew h2
{
    font-size: 11pt;
    font-weight:bold;
    color: #b5406d;
    padding-bottom: 2px;
    margin: 0;
}
.whatsnew h3
{
    font-size: 10pt;
    font-weight:bold;
    color: #fffefe;
    padding: 0;
    margin: 0;
}

.whatsnew span
{
    color: #fff9f9;
    font-size: 10pt;
}

.whatsnew a
{
    font-size: smaller;
    text-indent: 20px;
}

.whatsnew a:hover
{
    text-decoration: underline;
    color: #fefefe;
}

.homepagetext
{
    font-family: Georgia;
    font-size: 11pt;
}

.validator 
{
    font-size: smaller;
}