/* The CSS for text control */
/* Default text setting on page.css*/

/* Font size Control */
.headings{
	font-size:17pt;
}

.title{
	font-size:12pt;
}
.mainTitle{
	font-size:12pt;
	color:#660000;
}

/* Font style Control */

.disable{
	color:#999999;
}

.highlighted{
	color:#FF0000;
}

.bold{
	font-weight:bold;
}

.italic{
	font-style:italic;
}

/* For Link*/

a:link {
	color:#0066cc;
	text-decoration: none;
}
a:hover {
	color:#3399FF;
	text-decoration: underline;
}
