/* CSS Style Sheet, Rentals.com */

/* text classes */
BODY,P,.txt { font-size: 12px; color:#333333; font-family: verdana,helvetica,arial,sans-serif;}
SELECT,OPTION,INPUT { font-size: 11px; color:#333333; font-family: verdana,helvetica,arial,sans-serif; }

.large { font-size: 14px; color:#333333; font-family: verdana,arial,sans-serif; }
.small, .small FONT { font-size: 10px; font-family: verdana,arial,sans-serif; }
.tinytxt { font-size: 10px; color:#333333; font-family: verdana,arial,sans-serif; }

/* Link Definitions */
A, A:active, A:visited { text-decoration: underline; }
A:link { color: #333399 }
A:visited { color: #333399 }
A.function:link, A.function:link B { font-size: 14px; color: #669933; font-family: trebuchet MS,arial,sans-serif; }
A.function:visited, A.function:visited B { color: #336600 }

/* Heading Hierarchy */
/* interim heading markup uses 
	H3: primary page heading
	H4: sub head 
	H5: subsub head
	color will be inherited, weight - inherited.
*/

H3,.head1 { 
	font-size: 18px; color: #666666; font-family: trebuchet MS,arial,sans-serif; }
H4,.head2 { 
	font-size: 16px; color: #666666; font-family: trebuchet MS,arial,sans-serif; }
H5,.head3 { 
	font-size: 14px; color: #666666; font-family: trebuchet MS,arial,sans-serif; }


/* for Tabled Data, Result Sets */
.tablehead { font-size: 13px; font-weight:600; color: #333333;  font-family: verdana,arial,sans-serif; }
.colhead { font-size: 11px; color: #666666; font-family: verdana,arial,sans-serif; }

/* for Notes */
.notehead { font-size: 12px; color: #000000; font-family: trebuchet MS,arial,sans-serif; }
.note { font-size: 11px; color: #666666; font-family: verdana,arial,sans-serif; }

/* for Footer */
.footer { font-size: 11px; color: #ffffff;  font-family: verdana,arial,sans-serif; }
A.function:link { font-size: 11px; color: #669933; font-family: verdana,arial,sans-serif; }
A.function:visited { font-size: 11px; color: #336600; font-family: verdana,arial,sans-serif; }

/* for ERRORS */
.error {  font-size: 11px;  font-weight: bold; color: #cc0000; font-family: verdana,arial,sans-serif; }

