@charset "UTF-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: solid 1px #000000; text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header { background-image: none; background-attachment: scroll; background-position: 0 0; width: 900px; padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent { color: #fff; font-size: 10pt; font-style: normal; padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #373f44; }
.oneColFixCtrHdr #footer {
	padding: 0 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#dddddd;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.myh1{
	color: #3C2417;
	font-size:9px;
	text-align: left;
	padding-right:35px;
	padding-top:0px;
}
.myh11{
	color: #3C2417;
	font-size:9px;
	text-align: left;
	padding-right:35px;
	padding-top:0px;}
	
	.myh12{
	color: #E09227;
	font-size:9px;
	text-align: left;
	padding-left:53px;}
	
.ds5_my
	{
	color: #666666; 
	font-size: 10px;
	text-align: justify; 
	text-indent: 0; 
	padding-right: 35px; 
	padding-left: 55px;
	}
	
.h1_my
	{
	color: #4B1A1A;
	font-size:14px;
	text-align: justify; 
	}
	.myh1_my
	{
color:#444444;
font-size:9px;
padding-right:35px;
padding-top:0;
text-align:left;	
	}
.myh111{
	color: #FFFFFF;
	font-size:14px;
}
.mylink{
	color:#FFFFFF;
	font-size:10px;
}
.mydiv{
padding-top:30px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:30px;
	margin-left:35px;
	margin-right:35px;
	font-size:13px;
	background-color:#0F1C24;
	color:#FFFFFF;
}
.contdiv{
height:51px;
left:400px;
position:absolute;
top:20px;
width:280px;
text-align: center;

	font-size:10px;
	color:#FFFFFF;
}

.ds9 /*agl rulekind: base;*/ 
{ 
color: #666666; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; letter-spacing: 0; vertical-align: baseline;
}

H1
{
color:#666666;
}