@charset "utf-8";
/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin:5px 0 0 0;
}
a {
	text-decoration:none;
	border:none;
}
a:hover {
	text-decoration:none;
	border:none;
}
/*Link styles*/

.link1 {
	font-size:12px;
	color:#000000;
}
.link1:hover {
	font-size:12px;
	color:#0397FF;
}
.link2 {
	color: #0397FF;
	font-weight: bold;
	font-size: 12px;
}
.link2:hover {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}
.link3 {
	font-size:11px;
	;
	color:#000000;
	font-weight:bold;
}
.link3:hover {
	font-size:11px;
	color:#0397FF;
	font-weight:bold;
}
.link4 {
	font-size:11px;
	color:#195b97;
	font-style:italic;
	font-weight:normal;
	text-decoration:underline;
}
.link4:hover {
	font-size:11px;
	color:#000000;
	font-weight:normal;
	text-decoration:underline;
}
.link5 {
	font-size:11px;
	color:#ff8b1f;
	font-weight:normal;
	text-decoration:underline;
}
.link5:hover {
	font-size:11px;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
}


/*text styles*/

.style1 {
	color: #0397FF;
	font-weight:bold;
	font-size:12px;
}
.style2 {
	color: #FFFFFF;
}
.style3 {
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
}
.style4 {
	color: #333333;
	text-align:justify;
	line-height:23px;
	padding-left:25px;
	padding-right:25px;
}
.style5 {
	color:#0c57a0;
	font-weight:bold;
	font-size:12px;
}
.style6 {
	color: #333333;
	font-size:11px;
	text-align:justify;
	vertical-align:text-top;
}

.style7 {
	color: #F00D06;
	font-weight: bold;
}
.style8 {
	color: #006600;
	font-weight: bold;
}
.style9 {
	color: #0000FF;
	font-weight: bold;
}
.style10 {
	color: #FFCC00;
	font-weight: bold; 
}
.style11 {
	font-size: 10px;
	color: #999999;
}
.style12 {
	font-size:14px;
}
.style13{
	font-size:11px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
.style14{
	font-size:11px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}
.style15 {
	color: #333333;
	text-align:justify;
	line-height:19px;
	font-size:12px;
}

/*textfield styles*/
.txtfield1{
	border:1px solid #cccccc;
	width:292px;
	height:30px;
	font-size:16px;
	color:#666666;
	padding-left:5px;
	}

/*asdf*/
.msg_list {
	margin: 0px;
	padding: 0px;
	width: 950px;
}
.msg_head {
	padding: 0px 0px;
	cursor: pointer;
	position: relative;
	margin:0px;
}
.msg_body {
	padding: 5px 10px 15px;
	border:3px solid #c7c8ca;
	margin-bottom:5px;
	margin-top:-1px;
}