body {
	background-color : #FFFFFF;
	color: #666666;
}
table {
	background-color : #FFFFFF;
	font-family : 'Trebuchet MS', Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
}
td {
	background-color : #FFFFFF;
	color : #000000;
}

p {
	font-family : 'Trebuchet MS', Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.txt {
	font-family : 'Trebuchet MS', Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.txt2 {
	font-family : 'Trebuchet MS', Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : smaller;
}

h2 {
	color: #000000;
	font-size : large;
	font-weight : bold;
}
h3 {
	color: #000000;
	font-size : medium;
	font-weight : bold;
}

ul {
	font-family : 'Trebuchet MS', Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a {
	text-decoration: underline;
	color: #CC0000;
}
a.arnav:hover {
	color: #000000; text-decoration: underline;
}
a:hover {
	color: #000000; text-decoration: underline;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:active {
	color: #000000;
}
.green {color: #009900}
