@charset "UTF-8";
/* CSS Document */

a.toplink2:link {color: #015795; text-decoration:underline}
a.toplink2:visited {color: #015795; text-decoration:underline}
a.toplink2:hover {color: #696969;text-decoration:underline}

a.toplink:link {color: #FFFFFF; text-decoration:underline}
a.toplink:visited {color: #FFFFFF; text-decoration:underline}
a.toplink:hover {color: #a9c1d9;text-decoration:underline}

.box{ 
	border: 1px solid #FFFFFF;
}


.graybox2{
	border: 1px solid #e9e9e9;
}

/*SIDE BOX CSS*/


.boldtext {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #015795;
}



.Side_Title1 {
	font-family: Arial;
	font-size: 18px;
	color: #000000;
	font-weight:bold;
}

.Side_Title_Sub1 {
	font-family: Arial;
	font-size: 14px;
	color: #d69f0f;
	font-weight:bold;
}

.Side_Title_Sub2 {
	font-family: Arial;
	font-size: 13px;
	color: #7a7a7a;
	font-weight:500;
}

.side_Bodytext {
	font-family: Arial;
	font-size: 13px;
	color: #535353;
	line-height:16px;
}

.side_Bodytext2 {
	font-family: Arial;
	font-size: 13px;
	color: #535353;
}


/*SIDE BOX CSS END*/





/*MAIN CSS*/

.Date {
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	font-weight:bold;
}

.title-b {
	font-family: Arial;
	font-size: 15px;
	font-weight: normal;
	color: #FFFFFF;
	font-weight:bold;
}


.Newstitle {
	font-family: Arial;
	font-size: 25px;
	font-weight: normal;
	color: #000000;
	font-weight:bold;
	line-height:35px;
}




.Main_Title1 {
	font-family: Arial;
	font-size: 18px;
	color: #015795;
	font-weight:bold;
}

.Main_Title24 {
	font-family: Arial;
	font-size: 24px;
	color: #015795;
	font-weight:bold;
}

.Main_Title16 {
	font-family: Arial;
	font-size: 16px;
	color: #015795;
	font-weight:bold;
}

.Main_Title14 {
	font-family: Arial;
	font-size: 14px;
	color: #015795;
	font-weight:bold;
}

.Main_Title13 {
	font-family: Arial;
	font-size: 13px;
	color: #015795;
	font-weight:bold;
}



.Bodytext {
	font-family: Arial;
	font-size: 13px;
	color: #535353;
	line-height:18px;
	padding: 0px 18px 0px 22px;
}


.table_text-13 {
	font-family: Arial;
	font-size: 13px;
	color: #535353;
	padding: 5px 5px 0px 10px;
}


.Bodytext12 {
	font-family: Arial;
	font-size: 12px;
	color: #696969;
}


.Bodytext14_1 {
	font-family: Arial;
	font-size: 14px;
	color: #696969;
}

.Bodytext11 {
	font-family: Arial;
	font-size: 11px;
	color: #696969;
	line-height:14px;
}

.Bodytext10 {
	font-family: Arial;
	font-size: 10px;
	color: #696969;
	line-height:14px;
}


.Bodytext14 {
	font-family: Arial;
	font-size: 13px;
	color: #696969;
}


.Bodytext18 {
	font-family: Arial;
	font-size: 18px;
	color: #696969;
}

/*MAIN END CSS*/




.copyright {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}

.copyright2 {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #696969;
}


.formbutton{
	width:65px;
	height:25px;
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#FFF;
font-weight:bold;
padding: 1px 2px;
background:url(../images/formbg.gif) repeat-x left top;
}



#inputArea input[type="text"], #inputArea textarea
{
    font-family: Arial, Sans-Serif;
    font-size: 13px;
    margin-bottom: 5px;
    display: block;
    padding: 4px;
    border: solid 1px #85b1de;
    width: 300px;
    background-image: url( 'blue_bg.png' );
    background-repeat: repeat-x;
    background-position: top;
}