a {
	color: #333333;
	text-decoration: none;
}

.header {
	font-family : Arial;
	font-size: 12px;
	font-weight : 600;
	color : #333333;
}
.headerSmall {
	font-family : Arial;
	font-size: 11px;
	font-weight : 600;
	color : #333333;
}
.paragraph {
	font-family : Arial;
	font-size : 12px;
	font-weight : 400;
	color : #333333;
}
.paragraphJust {
	font-family : Arial;
	font-size : 12px;
	font-weight : 400;
	color : #333333;
	text-align : justify;
}
.paragraphSmall {
	font-family : Arial;
	font-size : 11px;
	font-weight : 400;
	color : #333333;
}

.bgClub {
	background-color: #264A8E;
}
.bgHousing {
	background-color: #FFCC00;
}
.bgGray {
	background-color: #CCCCD5;
}


.housingFrameTop {
	background-color: #CC9900;
	background-repeat: repeat-x;
}
.housingFrameLeft {
	background-color: #E9AE30;
	background-repeat: repeat-y;
}
.housingFrameRight {
	background-color: #FF9933;
	background-repeat: repeat-y;
}
.housingFrameBottom {
	background-color: #F9DE67;
	background-repeat: repeat-x;
}

.housingBottomLogoBG {
	background-color: #FFCC00;
	background-image: url(Pictures/Housing_Bottom_Logo.gif);
	background-position: center;
	background-repeat: no-repeat;
}


.clubFrameTop {
	background-color: #192963;
	background-repeat: repeat-x;
}
.clubFrameLeft {
	background-color: #4580C2;
	background-repeat: repeat-y;
}
.clubFrameRight {
	background-color: #3A68A9;
	background-repeat: repeat-y;
}
.clubFrameBottom {
	background-color: #6E9DD4;
	background-repeat: repeat-x;
}
.clubBottomLogoBG {
	background-color: #264A8E;
	background-image: url(Pictures/Club_Bottom_Logo.gif);
	background-position: center;
	background-repeat: no-repeat;
}


.backgroundBlue {
	background-color : #003399;
}

.applicationHeaderLarge {
	font-family : Arial;
	font-size : 20px;
	font-weight : 600;
	color : #000000;
}

.applicationHeaderSmall {
	font-family : Arial;
	font-size : 12px;
	font-weight : 400;
	color : #000000;
}

.header14 {
	font-family : Arial;
	font-size : 14px;
	font-weight : 600;
	color : #333333;
}

.paragraph11 {
	font-family : Arial;
	font-size : 12px;
	color : #333333;
}

.width150 {
	width: 150px;
}

.width200 {
	width: 200px;
}

.width100p {
	width: 100%;
}

.width300 {
	width: 300px;
}

.width40 {
	width: 40px;
}
.width80 {
	width: 80px;
}
.width120 {
	width: 120px;
}
.width250 {
	width: 250px;
}
.width400 {
	width: 400px;
}