a {
	color: #ffffff;
	text-decoration: none;
	font-family: "tahoma";
	font-weight: bold;
	font-size: 14px;
	hover: red;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
	font-family: "tahoma";
	font-weight: bold;
	font-size: 14px;
	
}



body {	
	background-color: #ffffff;
	margin-top: 0.1em;
	margin-right: 0.1em;
	margin-bottom: 0.1em;
	margin-left: 0.1em
	}
	
.bodyLeft {	
	background-color: #231F20;

	}
	
	
	
.bodyright {
	background-image: url(images/background/backat.gif);
	}
	
	
		.header{
	background-color: #ffffff;
	background-image: url(images/emailPlanet.gif);
	background-repeat: no-repeat;
	background-position: right;
	}


	
	
		.headerNav{
	background-color: #7498FC;
	}
	
	.class1 {
	color: #231F20;
	text-decoration: none;
	font-family: tahoma;
	font-weight: normal;
	font-size: 13px;
}

	.class1bold {
	color: #231F20;
	text-decoration: none;
	font-family: tahoma;
	font-weight: bold;
	font-size: 14px;
}

.class1white {
	color: #ffffff;
	text-decoration: none;
	font-family: "tahoma";
	font-weight: bold;
	font-size: 14px;
	hover: red;
}


.class1Large {
	font-family: tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #231F20;
	
}

.class1LargeRed {
	font-family: tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #C41228;
	
}

.hand{
	cursor: hand;
}

.programSheet{
	font-family: Calibri;
	font-size: 32px;
	color: #FFFFFF;
}

.programSheetSubhead{
	font-family: Calibri;
	font-size: 22px;
	color: #000000;
}

.programSheetSubheadWhite{
	font-family: Calibri;
	font-size: 22px;
	color: #ffffff;
}


.programSheetSSububhead{
	font-family: Calibri;
	font-size: 16px;
	color: #000000;
}
.programSheettext{
	font-family: Calibri;
	font-size: 14px;
	color: #000000;
}

.programSheettextWhite{
	font-family: Calibri;
	font-size: 14px;
	color: #ffffff;
}

.programSheetHeadBG{
	background-color: #604A7B;
}

.programSheetHeadsubBG{
	background-color: #B3A2C7;
}

.programSheetlineDark{
	background-color: #D8D3E0;
}
.programSheetlineLight{
	background-color: #EDEAF0;
}


/*====================================== start Boxes ====================================*/




.topright{
	background-image: url(images/boxes/rounded/topright.jpg);
	background-repeat: no-repeat;
}


.topleft{
	background-image: url(images/boxes/rounded/topleft.jpg);
	background-repeat: no-repeat;
}


.botomright{
	background-image: url(images/boxes/rounded/bottomright.jpg);
	background-repeat: no-repeat;
}

.right{
	background-image: url(images/boxes/rounded/right.jpg);
	background-repeat: repeat-y;
	width: 16px;
}

.left{
	background-image: url(images/boxes/rounded/left.jpg);
	background-repeat: repeat-y;
	width: 10px;
}

.top{
	background-image: url(images/boxes/rounded/top.jpg);
	background-repeat: repeat-x;
	height: 10px;
}

.bottom{
	background-image: url(images/boxes/rounded/bottom.jpg);
	background-repeat: repeat-x;
	height: 16px;
}

.bottomleft{
	background-image: url(images/boxes/rounded/bottomleft.jpg);
	background-repeat: no-repeat;
}

.bottomright{
	background-image: url(images/boxes/rounded/bottomright.jpg);
	background-repeat: no-repeat;
}

.mid{
	background-color: #C7ACF1;
}

