/* 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;
}

.xsmmaintext  {
	color : #003366;
	font-size : .60em;
}


.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;
}

.ownerbg  {
	background-color : #ece9d8;
}

.adminbg  {
	background-color : #9599A3;
}

.tabletitle  {
	background: #669966;
	color: #ffffcc;
}

.tablecontent  {  
	background: White;
	color: #996633;
}


/* 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  {}

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;
}

a.sidebarlink {text-decoration: none; color: #000066}
a.sidebarlink:visited {text-decoration: none; color: #000066}
a.sidebarlink:active {text-decoration: none; color: #000066}
a.sidebarlink:hover {text-decoration: underline; color: #006600}

