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

/* Page Layout - Cells etc */

body {
background-color: #002dA7;
}

/* FONTS */

.header {
font-family: "Kristen ITC", Arial;
font-size: 36px;
color: #000000;
}

.subheader {
font-family: "Kristen ITC", Arial;
font-size: 24px;
color: #000000;
font-weight: bold;
}

.minheader {
font-family: "Kristen ITC", Arial;
font-size: 18px;
color: #000000;
font-weight: bold;
}

.menu {
font-family: "Kristen ITC", Arial;
font-size: 20px;
color: #000000;
font-weight: bold;
text-align: center;
background-image:url(../images/menu.jpg)
}

.body {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
color: #000000;
background-color: #FFFFFF;
}

.templatebuttons { 
font-size: 24px; 
font-family: "Kristen ITC", Arial; 
color: #FFFFFF;
}

.templatebuttonsbase { 
font-size: 16px; 
font-family: "Kristen ITC", Arial; 
color: #FFFFFF;
background-color: #002dA7
}

.templatebuttonsbasesmall { 
font-size: 12px; 
font-family: Arial; 
color: #FFFFFF;
background-color: #002dA7
}

/* LINKS */

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #000000;
}
	
a:hover {
	color: #000000;
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

a.secondary:link {
color: #FFFFFF; 
text-decoration: none; 
}

a.secondary:visited {
color: #FFFFFF; 
text-decoration: none; 
}

a.secondary:hover {
color: #FFFFFF; 
text-decoration: underline; 
}

a.secondary:active {
color: #FFFFFF; 
}

a.classic:link {
color: #002da7; 
text-decoration: none; 
}

a.classic:visited {
color: #002da7; 
text-decoration: none; 
}

a.classic:hover {
color: #002da7; 
text-decoration: underline; 
}

a.classic:active {
color: #002da7; 
}