html, body {
	height: 100%;         /* required */
}

BODY {
	background-color : #ffffff;
	color : #000000;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 10pt;
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */
}

.container {
	margin-left: auto;
	margin-right: auto;
	width: 875px;
	height: 100%;
	top: 0px;
	z-index: 1;

	position: relative;   /* positions content on top of distance */
	text-align: center;     /* horizontal centering hack for IE */
	height: 100%;         /* required - desired height */
	width: 875px;          /* required - desired width */
	margin: 0 auto;       /* required */
	clear: left;          /* required */
}

* {
    -moz-box-sizing: border-box;
}

A:LINK, A:VISITED {
	color : #008000;
	font-family : Arial;
	font-size : 10pt;
	font-weight: bold ;
	text-decoration : none;
}

A:HOVER {
	color : #867034;
	text-decoration : none;
	font-weight: bold ;
}

TD {
	color : #008000;
	font-family : Arial;
	font-size : 10pt;
}

.SPECIALS {
	color : #df4b02;
	font-family : Arial;
	font-size : 11px;
}

.TEXT {
	color : #000000;
	font-family : Arial;
	font-size : 10pt;
}

UL {
	list-style-image : url(images/starbullet.gif);
}

.TITLE {
	color : #867034;
	font-family : Arial;
	font-size : 10pt;
	font-weight: bold ;
}

.TITLEBIG {
	color : #867034;
	font-family : Arial;
	font-size : 13pt;
	font-weight: bold ;
}

.TITLESMALL {
	color : #867034;
	font-family : Arial;
	font-size : 11px;
	font-weight: bold ;
}

A.SPECIAL, A.SPECIAL:LINK, A.SPECIAL:VISITED, A.SPECIAL:HOVER {
	color : #000000;
	font-family : Arial;
	font-size : 11pt;
	font-weight: bold;
	text-decoration : none;
}

A.CONTACTA:LINK, A.CONTACTA:VISITED {
	color : #083e00;
	font-family : Arial;
	font-size : 11px;
	font-weight: bold;
	font-style : italic;
	text-decoration : none;
}

A.CONTACTA:HOVER {
	color : #51d73e;
	text-decoration : none;
	font-weight: bold;
	font-style : italic;
	font-family : Arial;
	font-size : 11px;
}

.COPY {
	font-size : 9px;
	font-weight : none;
	color : 008000;
}

.SMALLBOLD {
	font-size : 10px;
	font-weight : bold;
	font-style: italic;
	color : 008000;
}

A.COPYA:LINK, A.COPYA:VISITED {
	color : #91895e;
	font-family : Arial;
	font-size : 9px;
	font-weight: bold;
	text-decoration : none;
}

A.COPYA:HOVER {
	color : #51d73e;
	text-decoration : none;
	font-weight: bold;
	font-family : Arial;
	font-size : 9px;
}

A.SPRING, A.SPRING:VISITED {
	color : #ffba00;
	text-decoration : none;
	font-weight: bold;
	font-family : Arial;
	font-variant: small-caps;
	font-size : 15px;
}

A.SPRING:HOVER {
	color : #d8ce27;
	text-decoration : none;
	font-weight: bold;
	font-style :  italic;
	font-family : Arial;
	font-variant: small-caps;
	font-size : 15px;
}

P.SPRINGTEXT {
	color : #ffba00;
	font-family : Arial;
	font-size : 10pt;
}

A.SUMMER, A.SUMMER:VISITED {
	color : #5bbd04;
	text-decoration : none;
	font-weight: bold;
	font-family : Arial;
	font-variant: small-caps;
	font-size : 15px;
}

A.SUMMER:HOVER {
	color : #bad504;
	text-decoration : none;
	font-weight: bold;
	font-style :  italic;
	font-family : Arial;
	font-variant: small-caps;
	font-size : 15px;
}

P.SUMMERTEXT {
	color : #5bbd04;
	font-family : Arial;
	font-size : 10pt;
}

P.SUMMERTEXTSMALL {
	color : #5bbd04;
	font-family : Arial;
	font-size : 9pt;
}

A.FALL, A.FALL:VISITED {
	color : #df4b02;
	text-decoration : none;
	font-weight: bold;
	font-family : Arial;
	font-variant: small-caps;
	font-size : 15px;
}

A.FALL:HOVER {
	color : #ffc000;
	text-decoration : none;
	font-weight: bold;
	font-style :  italic;
	font-family : Arial;
	font-variant: small-caps;
	font-size : 15px;
}

P.FALLTEXT {
	color : #df4b02;
	font-family : Arial;
	font-size : 10pt;
}

A.WINTER, A.WINTER:VISITED {
	color : #77b3db;
	text-decoration : none;
	font-weight: bold;
	font-family : Arial;
	font-variant: small-caps;
	font-size : 15px;
}

A.WINTER:HOVER {
	color : #c9ccce;
	text-decoration : none;
	font-weight: bold;
	font-style :  italic;
	font-family : Arial;
	font-variant: small-caps;
	font-size : 15px;
}

P.WINTERTEXT {
	color : #77b3db;
	font-family : Arial;
	font-size : 10pt;
}

