@charset "utf-8";
/* CSS Document */


body {
	background-color: #ffffff;
	background-image: url(images/bg.gif); 
	background-position: center top; 
	background-repeat: repeat-y;
}




/* ---------------------------------------------------- */
.SmallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.SmallGreyLinks {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}



/* ---------------------------------------------------- */
/* Normal Body style -- 12 pt */
.NormalText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
.NormalTextRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color:#C00
}
.NormalTextBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color:#006
}




/* ---------------------------------------------------- */
.LargeText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
}
.LargeText_RedHighlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #900;
	background-color: #FF0;
}
.LargestText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
}






/* ---------------------------------------------------- */
.SmallHeadline {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}
.SmallHeadlineRed {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color:#C00
}
.SmallHeadlineBlue {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color:#006
}






/* ---------------------------------------------------- */
.NormalHeadline {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
}
.NormalHeadlineRed {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color:#C00
}
.NormalHeadlineBlue {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color:#006
}



/* ---------------------------------------------------- */
.MiddleHeadline {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-weight: bold;
}
.MiddleHeadlineRed {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-weight: bold;
	color:#C00
}
.MiddleHeadlineBlue {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-weight: bold;
	color:#006
}



/* ---------------------------------------------------- */
.LargeHeadline {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: bold;
}
.LargeHeadlineRed {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	color:#C00
}
.LargeHeadlineBlue {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	color:#006
}


/* ---------------------------------------------------- */
.LargestHeadline {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 30pt;
	font-weight: bold;
}
.LargestHeadlineRed {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 30pt;
	font-weight: bold;
	color:#C00
}
.LargestHeadlineBlue {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 30pt;
	font-weight: bold;
	color:#006
}


/* BUTTONS ---------------------------------------------------- */
.BigButton {
	height:38; 
	font-family: Arial; 
	font-size: 14pt; 
	font-weight: bold;
}
.BigOrangeButton {
	height:40; 
	font-family:Tahoma; 
	font-size:16pt; 
	text-decoration:underline; 
	font-weight:bold; 
	color:#009; 
	background:#FC0;
}
.BiggestOrangeButton {
	height:50; 
	font-family:Tahoma; 
	font-size:20pt; 
	text-decoration:underline; 
	font-weight:bold; 
	color:#009; 
	background:#FC0;
}
