/* set the page background color and margins. */
body {
	margin: 0;
	scrollbar-3dlight-color: #cbdeef;
	scrollbar-darkshadow-color: #cbdeef;
	scrollbar-highlight-color: #cbdeef;
	scrollbar-shadow-color: #cbdeef;
	scrollbar-face-color: #fff;
	scrollbar-arrow-color: #cbdeef;
	scrollbar-track-color: #fff;
}

/* set the page font formatting. */
body, p, div, td { font: normal 12px verdana; color: #333; }

/* default link colors - this is the default link color for the page */
a:link { font-weight: normal; text-decoration: underline; color: #cb1214; } /* unvisited link color */
a:hover { font-weight: normal; text-decoration: none; color: #ff7c00; } /* hover over an unvisited link color */
a:visited { font-weight: normal; text-decoration: underline; color: #cb1214; } /* visited link color*/
a:visited:hover { font-weight: normal; text-decoration: none; color: #ff7c00; } /* visited link hover color*/


/* set all H tags to 0 margin. This allows another element to be directly below it on the page */
h1, h2, h3, h4, h5, h6, h7 { margin: 0px; }

/* set font size for each H tag. Change this before using any of these elements */
h1 { font: bold 16px "Comic Sans MS"; color: #ff6d00; }
h2 { font: bold 13px verdana; color: #5A8AC5; }
h3 { font: bold 11px verdana; }
h4 { font: bold 12px verdana; }
h5 { font: bold 12px verdana; }
h6 { font: bold 16px "Comic Sans MS"; color: #ff6d00; }
h7 { font: bold 12px verdana; }


/* only custom styles below this line */
.imgBorder { border: 1px solid #daedf9; }
.blackimgBorder { border: 1px solid #000; }
.larger { font-size: 1.2em; }
.larger { color: #fff; }
.red { color: #cc0001; }

/* set input, select and textfield elements sizes */

input, select, textarea {
	background-color: #fff;
	border: 1px solid #666;
}

input.noborder { border: 0px solid #666; }

.line {
  font-size: 12px;
  color: #e45200;
} 

.box { border: 1px solid #eee; }
.box2 { background: #eee; border: 1px solid #999; }
.box3 { background: #f6f6f6; }

.button {
  font-size: 10px;
  color: #800000;
  background-color: #fff;
  border-top: 1px solid #999;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  border-left: 1px solid #999;
} 

.bigBigText {
	font-size: 20px;
	font-family: "Comic Sans MS";
	font-weight: bold;
	color: #ff6d00;
}


.bigLetters {
	font-size: 16px;
	font-weight: bold;
	color: #cb1214;
}

.bigLetters2 {
	font-size: 16px;
	font-weight: bold;
	color: #339933;
}

#main { width: 100%; background-color: transparent; }
