body{
	margin: 0px;
	padding: 0px;
	background-color: #29547a;
	color: #333333;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10pt;	
}

form{
	margin: 0px;
	padding: 0px;
}

tbody{
	color: #333333;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10pt;
}

hr{
	color: #6096bf;
	width: 100%;
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
}

img{
	margin: 0px;
	padding: 0px;
	border: 0px;
}


a:link{
	color: #6096bf;
	font-weight: bold;
	text-decoration: none;
}  

a:visited{
	color: #6096bf;
	font-weight: bold; 
	text-decoration: none;
}  

a:hover{
	color: #FF7300;
	font-weight: bold;
	text-decoration: none;
}  

a:active{
	color: #FF7300;
	font-weight: bold;
	text-decoration: none;
}  

a:link img{
	border-color: #6096bf;
}  

a:visited img{
	border-color: #6096bf;
}    

a:hover img{
	border-color: #FF7300;  
}

a:active img{
	border-color: #FF7300;  
}  

/***Layout Classes***/

.Container{
	margin: 20px auto 0px auto;
	width: 720px;
}

.Logo{
	padding-left: 10px;
	width: 373px;
	height: 39px;
}

.TagLine{
	color: #ffffff;
	padding-left: 13px;
	font-weight: bold;

}

.Layout{
	background-color: #ffffff;	

}

.Layout .TopTopLeft{
	background: url(images/ttl.gif) top left no-repeat;
}

.Layout .Top{
	background: url(images/t.gif) top repeat-x;
}

.Layout .TopTopRight{
	background: url(images/ttr.gif) top right no-repeat;
}

.Layout .TopLeftLeft{
	background: url(images/tll.gif) top left no-repeat;
}

.Layout .TopRightRight{
	background: url(images/trr.gif) top right no-repeat;
}

.Layout .Left{
	background: url(images/l.gif) center left repeat-y;
}

.Layout .Right{
	background: url(images/r.gif) center right repeat-y;
}

.Layout .BottomLeftLeft{
	background: url(images/bll.gif) bottom left no-repeat;
}

.Layout .BottomRightRight{
	background: url(images/brr.gif) bottom right no-repeat;
}

.Layout .BottomBottomLeft{
	background: url(images/bbl.gif) bottom left no-repeat;
}

.Layout .Bottom{
	background: url(images/b.gif) bottom center repeat-x;
}

.Layout .BottomBottomRight{
	background: url(images/bbr.gif) bottom right no-repeat;
}

.Layout .Content{
	padding: 15px 38px 45px 30px;
	
}

.Copyright{
	text-align: center;
	color: #ffffff;
}

.Note{
	background-color: #fff9db;
	padding: 5px;
	margin: 0px 70px 0px 70px;	
	border: dotted 1px black;
}