/* CSS Document */
/*begin our styles*/
 
.text1 {
	font-weight: bold;
	font-size: 16px;
	font-family: Times New Roman;
	color: #ff9900;
}

.text2 {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #8a8ec1;
	font-size: 14px;
}

.text3 {
	font-size: 10px;
	font-weight: bold;
	color: #8a8ec1;
	font-family: Arial, Helvetica, sans-serif;
}

.text4 {
	font-size: 14px;
	font-weight: bold;
	color: #bf302c;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
}

.text5 {
	font-size: 10px;
	font-weight: normal;
	color: #c6c6c6;
	font-family: Arial, Helvetica, sans-serif;
}

.text6 {
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

.text7 {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

.text8 {
	font-weight: normal;
	color: #33ffff;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.text_left {
	font-weight: normal;
	color: #33ffff;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
}

.text9 {
	font-weight: normal;
	color: #ffcc33;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.text_right {
	font-weight: normal;
	color: #ffcc33;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
}

#menu
{
	height:35px;
}

.menu_name
{
	width: 200px;
	background-color: rgb(54, 36, 232);
	height:35px;
}

td img {display: block;}

p
{
	color: rgb(0, 0, 0);
	margin-left: 3em;
	font-size: 13px;
	margin-right: 2em;
}

ul
{
    list-style: disc;
    padding: 0 0 0 20px;
}
 
a {
    color: #1D745A;
}
 
h1 {
 
}
 
h2 {
    font-family: 'PT Serif', serif;
    font-size: 32px;
    line-height: 1.4em;
    margin: 0 0 .4em;
    font-weight: bold;
}

footer {
    font-family: 'PT Serif', serif;
    font-style: italic;
    text-align: center;
    font-size: 14px;
}

.designed_by {
	font-family: Arial;
	font-weight: lighter;
	color: #000000;
	font-size: 13px;
}

