@charset "utf-8";
/* CSS Document */

body{
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
}

img{
	border:0;
}
#container{
	width:900px;
	margin:auto;
}

.menu{
	color: #FFFFFF;
	font-weight: bold;
	background-color: #808080;
}


/*--------------- CLASSES -----------*/

.floatLeft{
	float:left;
}

.floatRight{
	float:right;
}


.padding10{
	padding:15px;
}

.pink{
	color: #98495F;
}
.lightGrayBack {
	background-color: #C0C0C0;
}
.white {
	color: #FFFFFF;
}
.whiteBold {
	color: #FFFFFF;
	font-weight: bold;
}
.textDecorationNone {
	text-decoration: none;
}
.backGreen {
	background-color: #6F7E4E;
}

.textDecorationUnderline {
	text-decoration: underline;
}

.display
{
border: 8px RIDGE #999999;
background-color: black;
}


.smallPink{
	color:#98495F; 
	font-size: 8pt; 
	text-decoration:none;
}

.smallPink a{
	color:#98495F; 
	font-size: 8pt; 
	text-decoration:none;
}
