/* theme
 * tc.css
 *
 */

body{
	background-color : #ffffff;
	font-family : verdana, sans-serif;
	color : #003399;
	background-image : url();
}

A:link {
	color: #003399;
	text-decoration : underline;
	font-weight: bold;

	}
	
A:visited {
	color: #003399;
	text-decoration : underline;
	font-weight: bold;
}

A:active {
	color: #003399 ;
	text-decoration : underline;
	font-weight: bold;
}

A:hover {
	color: #993333;
	text-decoration : underline;
	font-weight: bold;
}

.text{
	font-size : 12px;
	color : #003399;
	}
	
.textLarge{
	font-size : 18px;
	color: #993333;
	text-decoration : underline;
	font-weight: bold;
	}
	
.textSmall{
	font-size : 10px;
	color : #003399;
	}
	
.textBold {
	font-size: 12px;
	font-weight: bold;
	color : #003399;
}
