@charset "utf-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFFF;
}
body {
	background-color: #0D014D;
	background-image: url(../images/TTPBackground.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}
a {
	color: #0099FF;
}
a:visited {
	color: #FF3300;
}
a:hover {
	color: #00FFFF;
}
a:active {
	color: #33FF00;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	clear: none;
	color: #FF0000;
	font-family: "Times New Roman", Times, serif;
}
h1 {
	font-size: xx-large;
}
h2 {
	font-size: x-large;
}
h3 {
	font-size: large;
}
h4 {
	font-size: small;
}
h5 {
	font-size: x-small;
}
h6 {
	font-size: xx-small;
}
.BigText {
	font-size: 24px;
	font-weight: bold;
}

.SmallText {
	font-size: smaller;
}
.indent {
	margin-left: 20px;
}

#TTPMenu a {
	font-size: 18px;
	font-weight: 600;
	color: #FFFFFF;
}
#TTPMenu a:Hover {
	font-size: 18px;
	font-weight: 600;
	color: #FFFF00;
}
#TTPMenu td:Hover {
	background-color: #0000FF;
}
.BoldRed {
	color: #FF0000;
	font-weight: bold;
}
