﻿/* Defaults. */

body
{
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 11px;
	margin: 10px;
	background-color: #ffffff;
}

table
{	
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	text-decoration: none;
}
td
{
	padding-top:3px;
	padding-bottom:0px;
}

.CommonText1
{
	font-weight:normal;
	text-decoration: none;
}
.CommonText2
{
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;	
}

.CommonText3
{
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
}

.CommonText4
{
	font-weight: normal;
	font-size: 24px;
	text-decoration: none;
}

.CommonBold1
{
	font-weight: bold;
	text-decoration: none;
}

.CommonBold2
{
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

.CommonBold4
{
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

.CommonBold5
{
	font-weight: normal;
	font-size: 20px;
	color: #000000;	
	text-decoration: none;
}

.CommonItalic
{
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	font-style: italic;
}

.Common1Gray
{
	color: #787878;	
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}

.CommonBold1Gray
{
	color: #787878;	
	font-weight: bold;
	text-decoration: none;
}

.CommonBold2Yellow
{
	color: #FCB812;	
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

/* All links. */
a 
{ 
	color: #0860a8; 
	font-weight: bold; 
	text-decoration: none; 
} 

a:hover 
{ 
	color: #0b2c47; 
	text-decoration: underline; 
}
 
a.SmallLink
{
	font-size: 9px;
	color: #787878;
}

a.SmallLink:active
{
	font-weight: normal;
}
	
/* All messages displayed after an successfull operation. */
.SuccessText
{
	color: #008800;
	font-weight: bold;
}

/* All messages displayed after a failed operation. */
.ErrorText
{
	color: #cc0000;
	font-weight: bold;
}

/* All buttons that perform a system operation. */
.Button
{
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:2px;
	border-top: solid 1px #BCBCBC;
	border-left: solid 1px #BCBCBC;
	border-bottom: solid 1px black;
	border-right: solid 1px black;
	text-decoration: none;
	font-weight:bold;
}

a.Button
{	
	text-decoration: none;
}

a.Button:hover
{
	text-decoration: none;
}

/* Headlines ------------------------ */
h1 { color: #000000; font-weight: bold; margin-top: 8px; margin-bottom: 5px; font-size: 16px; } 
h2 { color: #000000; font-weight: bold; margin-top: 8px; margin-bottom: 5px; font-size: 13px; } 
h3 { color: #000000; font-weight: bold; margin-top: 8px; margin-bottom: 3px; font-size: 11px; font-style: italic; } 
h4 { color: #000000; font-weight: bold; margin-top: 8px; margin-bottom: 3px; font-size: 11px; } 


