/*body {
	background-color: #FFCCCC;
}
#TitleBar {
	border: thin solid #CCCCCC;
	position: absolute;
	height: 100px;
	top: 0px;
	left: 200px;
	width: 640px;
}
.Title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: bolder;
	color: #0000FF;
	vertical-align: middle;
}
#NavBar {
	left: 0px;
	top: 200px;
	position: fixed;
	width: 120px;
}
.MenuLevel1 {
	font-family: "Comic Sans MS", Courier, Arial, sans-serif;
	font-size: 18px;
	color: #7D66CC;
}
.MenuLevel2 {
	font-family: "Comic Sans MS", Courier, Arial, sans-serif;
	font-size: 16px;
	color: #6666CC;
	list-style-image:  url('../maya/maya/Bullet.gif');
	list-style-position: outside;
}
#TextSection {
	position: absolute;
	left: 125px;
	top: 150px;
	width: 640px;
	border: 1px;
	padding: 15 15 15 15;
}
.Text {
	font-family: "Comic Sans MS", Courier, Arial, sans-serif;
	font-size: 16px;
	color: #6666CC;
}
.TextSmall {
	font-family: "Comic Sans MS", Courier, Arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.TextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
.Hyperlink {
	font-family: Tahoma, Verdana, "MS Sans Serif";
	font-size: 14px;
	color: #0000FF;
	position: static;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
}
p {
	font-family: "Comic Sans MS", Courier, Arial, sans-serif;
	font-size: 16px;
	color: #6666CC;
}


img {
	border: 0px none;
}
td {
	background-color: #FFFFCC;
}
table {
	background-color: #6666CC;
}*/
a {
	font-size: 15px;
	color:Yellow;
	font-family: "Comic Sans MS", Courier, Arial, sans-serif;
}
a:visited {
	color:Gray;
}
h2 {
	font-family: "Comic Sans MS", Courier, Arial, sans-serif;
	font-size: 28px;
	line-height:50px;
	font-weight: bolder;
	color:Yellow;
	text-align: left;
}
h3 {
	font-family: "Comic Sans MS", Courier, Arial, sans-serif;
	font-size: 21px;
	line-height: normal;
	font-weight: bolder;
	color:Blue;
	text-align: center;
}
table {
   background-color:Silver;
   padding:2px;
   margin:2px;
}
td {
background-color:White;
}