body
{
	background-color:#6da6fb;
	text-align:center;
}

.link11 { FONT-SIZE: 14px; COLOR: #2F9259; TEXT-DECORATION: none }
.link11:hover { FONT-SIZE: 14px; COLOR: #ff0000; TEXT-DECORATION: underline; }
.link3 { FONT-SIZE: 14px; COLOR: #2F9259; TEXT-DECORATION: none }
.link3:hover { FONT-SIZE: 14px; COLOR: #ff0000; TEXT-DECORATION: underline; }
.link2 { FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #0033ff; TEXT-DECORATION: none }
.link2:hover { FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #ff0000; TEXT-DECORATION: none }
.title { FONT-WEIGHT: bold; FONT-SIZE: 15px; COLOR: #333333 }
.title1 { FONT-SIZE: 14px; COLOR: #222222 }
.text { FONT-SIZE: 12px; COLOR: #222222 }

.table
{
	width:600px;
	font-size:13px;
	
}
.TableTitle1
{
	color:#222222;
	background-color:#B5C1D7;
	text-align:left;
	width:120px;
	padding-left:5px;
	font-weight:bolder;
	padding-top:5px;

}
.TableTitle2
{
	color:#222222;
	background-color:#B5C1D7;
	text-align:center;
	padding-left:5px;
	font-weight:bolder;
	padding-top:5px;

}
.TableContent140
{
	color:#666666;
	background-color:#FFFFFF;
	text-align:left;
	font-weight:bold;
	padding-left:5px;
	padding-top:5px;

}
.TableContent1
{
	color:#666666;
	background-color:#FFFFFF;
	text-align:left;
	font-weight:bold;
	padding-left:5px;
	padding-top:5px;

}


.TableContent2
{
	color:#2F5992;
	background-color:#FFFFFF;
	font-weight:bold;
	text-align:left;
	padding-left:5px;
	padding-top:5px;
}

.TableContent3
{
	color:#9E8635;
	background-color:#FFFFFF;
	font-weight:bold;
	text-align:left;
	padding-left:5px;
	padding-top:5px;
}
.divSummary
{
	width:450px;
	word-break:break-all;
	overflow:auto;
}

.divContent
{
	width:570px;
	word-break:break-all;
	overflow:auto;
}

a.boldbuttons{
background: transparent url('../images/roundedge-blue-left.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Arial; /* Change 13px as desired */
line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
height: 30px; /* Height of button background height */
padding-left: 8px; /* Width of left menu image */
text-decoration: none;

}

a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons{
color: white; /*button text color*/
}

a.boldbuttons span{
background: transparent url('../images/roundedge-blue-right.gif') no-repeat top right;
display: block;
padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}

a:hover.boldbuttons{ /* Hover state CSS */
text-decoration: underline;

}


.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
padding-left:50px;
padding-bottom:10px;
}

