/* CSS Document */

body
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-style: normal;
	font-size:18px;
}


#content_box {
height:auto;
border: #999999 thin dashed;
background: #EEEEEE;
}

#content {
padding:10px;
}



.title {
font-size:20px;
}

/**********************************************************/
.title1 {
font-size:25px;
}

.title2 {
font-size:18px;
}

.footertext {
font-size:10px;
}

#box {
border:#666666 thin dashed;
}

#footer {
border:#666666 thin dashed;
}

/******************************* FRONT CONTENT ****************************************/
#front_content {padding:10px;}
.title_blue {
	font-size: xx-large;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #3366FF;
	text-align: left;
}
.title_red {
	font-size: xx-large;
	color: #FF6633;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
.title_blue_24 {
	font-size:24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #3366FF;
	text-align: left;
}
.title_red_24 {
	font-size: 24px;
	color: #FF6633;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
.title_blue_30 {
	font-size:30px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #3366FF;
	text-align: left;
}
.title_red_30 {
	font-size: 30px;
	color: #FF6633;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	font-style:italic;
}
.title_orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #FF9900;
}
.news_text_color {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2D83CC;
}
.news_text {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}

