
/* default values */
H2,H4,BODY,TD,P,SMALL {
	font-family : verdana,arial,helvetica,sans-serif;
	font-size : 9pt;
	text-decoration : none;
}
/* override HTML elements */
H2 {
	font-size : 15pt;
	font-weight : bold;
	text-decoration : none;
}
H4 {
	color : #993333;
	font-size : 10pt;
	font-weight : bold;
	text-decoration : none;
}
SMALL {
	font-size : 8pt;
	text-decoration : none;
}
/* user defined styles */

/* date in the upper right hand corner of the header */
.headerDate {
	font-family : arial,helvetica,sans-serif;
	font-size : 12pt;
	font-weight : bold;
	text-decoration : none;
}

/* text in the header */
.headerText {
	font-size : 22pt;
	font-weight : bold;
	color : #0000FF;
	text-decoration : none;
}

/* breadcrumb links */
.label {
	color : #000000;
	font-weight : bold;
	font-size : 13pt;
	text-decoration : none;
}

.crumb {
	color : #000000;
	font-weight : bold;
	font-size : 15pt;
	text-decoration : none;
}
.crumb:hover {
	color : #990000;
	text-decoration : underline;
}

/* toolbar text (includes links) */
.toolbar {
	color : #0000FF;
	font-size : 15pt;
	text-decoration : none;
}
.toolbar:hover {
	color : #660000;
	text-decoration : underline;
}

/* standard user text */
.user {
	color : #0000FF;
	font-size : 15pt;
	text-decoration : none;
}
/* telugu black text */
.tb{
	font-size : 15pt;
	text-decoration : none;
}
/* standard user text */
.user-black {
	color : #000000;
	font-size : 15pt;
	text-decoration : none;
}

/* error classes */

/* error classes */
.error {
	color : #993300;
	font-style : italic;
	text-decoration : none;
}

/* forum link (href on a forum name, thread name, message name, etc) */
.foruminfo {
	color : #993333;
	font-weight : bold;
	font-size : 15pt;
	text-decoration : none;
}
.forum {
	color : #003399;
	font-weight : bold;
	text-decoration : none;
}
.forum:vlink {
	color : #003399;
}
.forum:hover {
	color : #666699;
	text-decoration : underline;
}

/* styles for all dates */
.date {
	color : #cc3300;
	text-decoration : none;
}

/* styles for messages, replies */
.messageHeader {
	font-family : verdana,arial,helvetica,sans-serif;
	font-size : 12pt;
	font-weight : bold;
	text-decoration : none;
}
.messageAuthor {
	font-style : italic;
	text-decoration : none;
}
/* Added by Murali. Since indian text in messages looks too small.*/
.messageBody {
	font-size : 12pt;
	text-decoration : none;
}

