.right_border {
	background-image: url(images/right_border.png);
	background-repeat: repeat-y;
	background-position:right;
}
.left_border {
	background-image: url(images/left_border.png);
	background-repeat: repeat-y;
	background-position:left;
}
.background {
	background-color: #003399;
	background-repeat: repeat-x;
	background-position: bottom;
}
.header_left_border {
	background-image:url(images/header_left.jpg);
	background-repeat:repeat-x;
}
.header_right_border {
	background-image:url(images/header_right.jpg);
	background-repeat:repeat-x;
}
.Main_Title {
	font-size: 16px;
	font-weight: bold;
	color: #009;
	font-family: "Comic Sans MS", cursive;
	font-style: normal;
	text-decoration: none;
}
.titles {
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
	color: #FF8306;
	text-decoration: none;
}
.highlighted_main {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
.thought {
	font-size: 12px;
	font-style: italic;
	color: #333;
	text-decoration: none;
}
.text {
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	color: #FF8306;
	text-decoration: none;
}
.small {
	font-size: 11px;
}