﻿body
{         
    font-family: 'Courier New' , Courier, monospace;
    font-size: 16px;
}

p
{
    text-align: left;
}

h1
{	
    text-align: center; 
    padding:0px;       
	margin-bottom: 0px;
	font-size: 16px;
}
h2
{	
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
	font-size: 24px;
	
}
h3
{    
    text-align: left;
    
   margin-bottom: 0px;
}

h4
{    
    text-align: center;
}



a, a:link, a:visited
{
    text-decoration: none;
    color: #339933;
    margin-top: 0;
    margin-bottom: 0;
}

a:hover
{
    color: #4DD24D;
}


.important_link, important_link:link, important_link:visited
{
    color: #C0F040;
}
.important_link:hover
{   
    color: #CCFF66;    
}



hr
{
	border: none;
	width: 100%; 
	text-align:center;
	height: 2px;     
    color: #F1E0C9;
	background-color: #F1E0C9;
}

.content
{
    text-align: justify;
   
}

.explanation
{
    font-size:small;   
    color : Orange;
}

.attention
{
    font-size:small;   
    color : Red;    
}
.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
    font-size:small;   
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.navigation-panel
{
    font-family: 'Comic Sans MS';
    background-color: #ecb98c;
    padding: 8px;
    text-align: center;
    line-height: 25px;
    
}
.navigation-panel a, .navigation-panel a:link, .navigation-panel a:visited
{
    text-decoration: none;
    color: #FFFFFF;
    margin-top: 0;
    margin-bottom: 0;
}
.navigation-panel a:hover
{    
    color: #CCFF66;    
}

.button_with_shadow
{
    font-family: 'Comic Sans MS';
    background-color:#bdda85;
    text-align:center;     
}

.button_with_shadow-over
{
    font-family: 'Comic Sans MS';
    background-color:#aecf6d;       
    text-align:center;     
}

.button_with_shadow  a
{  
    color:#FFFFFF;  
}

.button_with_shadow-over a
{    
    color:#FFFFFF;  
}


.button_login_logout
{
    font-family: 'Comic Sans MS';
    background-color: #F7D879;
    text-align: center;
}

.button_login_logout-over
{
    font-family: 'Comic Sans MS';
    background-color: #FFC71C;
    text-align: center;
}

.button_login_logout  a
{  
    color:#FFFFFF;  
}

.button_login_logout-over a
{    
    color:#FFFFFF;  
}

