CSS */
*{
margin:0;
padding:0;
}

html { min-height: 100%; margin-bottom: 1px; }

a:link{
color:#0000FF;
text-decoration:none;
}

a:visited{
	color:#0000FF;
	text-decoration:none;
}

a:hover{
color:#0000FF;
text-decoration:underline;
}

a:active{
color:#0000FF;
text-decoration:underline;
}

body{
background-repeat:repeat-x;
background-color: #5578C2;
	font-size:100%;
	text-align:center;
	font-family:"Trebuchet MS";
	background-image: url(img/bg-outer.gif);
}

p{
	font-family:"Trebuchet MS";
	color: #150185;
	position: relative;
	top: 300px;
	left: 300px;
	text-align: left;
	font-size: 14px;
}

.CenteredBox {
	font-size: 11px;
	margin-left: 85px;
	margin-right: 53px;
}
.default {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #150185;
}
.WideLead {
	letter-spacing: 4px;
}
.BorderPX1 {
	border: 3px dotted #FF0000;
	padding: 8px;
	background-color: #38F2F8;
}
.Instructions {
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
	font-size: 14px;
}
.BottomLine {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}
.TxtCategoryLinks {
	font-size: 16px;
	font-weight: bold;
	color: #150185;
	font-style: italic;
}
.Headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	color: #FF0000;
	text-align: center;
}
.CelebrationText {
	font-family: "Comic Sans MS";
	font-size: 16px;
	color: #000099;
	text-align: center;
}

.Bold14 {	font-size: 14px;
	font-weight: bold;
}


