/* Special classes for rental*/

.titletext  {
	font-size : large;
	font-weight : bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #FFFFCC;
}



.medmaintitletext  {
	color : #996633;
	font-family : "Cooper Black";
	font-size : medium;
}

.lgmaintitletext  {
	color : #996633;
	font-family : "Cooper Black";
	font-size :large;
}


.xlgmaintitletext  {
	color : #996633;
	font-family : "Cooper Black";
	font-size : x-large;
}


.smmaintitletext  {
	color : #996633;
	font-family : "Cooper Black";
	font-size : x-small;
}



.maintext  {
	color : #666633;
}

.lgmaintext  {
	color : #666633;
	font-size : larger;
	font-weight : bold;
}

.smmaintext  {
	color : #666633;
	font-size : smaller;
	font-weight : bold;
}

.xsmaintext  {
	color : #666633;
	font-size : xx-small;
	font-weight : bold;
}

.blacktext  {
	color : Black;
}


.whitetext  {
	color : White;
}

.footertext  {
	font-size : xx-small;
	font-weight : bold;
	text-align : center;
	color : Black;
}

.borderbg  {
	background-color : #669966;
}

.mainbg  {
	background-color : #FFFFCC;
}

/* End of Special classes for rental*/
table  {
	font-size : x-small;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : White;
	text-decoration : none;
	text-align : left;
	text-indent : 0em;
	background-color : transparent;
	vertical-align : top;
	margin-bottom : 0em;
	margin-left : 0em;
	margin-right : 0em;
	margin-top : 0em;
	padding-bottom : 0em;
	padding-left : 0em;
	padding-right : 0em;
	padding-top : 0em;
}

thead  {}

th  {}

tbody  {}

tr  {}

td  {}

tfoot  {}

body  {
	font-size : x-small;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : White;
	background-color : #669966;
	text-decoration : none;
	text-align : left;
	text-indent : 0em;
	background-image : none;
	border : 0em;
	background-repeat : repeat;
	margin-bottom : 0em;
	margin-left : 0em;
	margin-right : 0em;
	margin-top : 0em;
	padding-bottom : 0em;
	padding-left : 0em;
	padding-right : 0em;
	padding-top : 0em;
}

p  {}

div  {}

span  {}

h1  {}

h2  {}

h3  {}

h4  {}

h5  {}

h6  {}


/* psuedo classes*/
a:link  {
	color : #996633;
	text-decoration : underline;
}

a:visited  {
	color : #996633;
	text-decoration : underline;
}

a:active  {
	color : #996633;
	text-decoration : underline;
}

A:hover  {
	text-decoration : underline;
	color : #669966;
}


