/*by Studio VII Sparber001*/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #ffffff; 
}
/***********************url(bkgnd.jpg) fixed;************************/

a:link {color: #000000} 
a:visited {color: #006699} 
a:hover {color: #CC9900} 
a:active {color: #000000} 
li {
	color: #333333;
	list-style-type: disc;
} 
ul {color: #333333; list-style-type: disc} 
ol {
	color: #666666;
	list-style-type: lower-roman;
} 
.mytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
} 
.mytext a:link {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
} 
.mytext a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
} 
.mytext a:hover {
	color: #993300;
	text-decoration: underline;
	font-weight: bold;
} 
.mytext a:active {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
} 
.mytextheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-top: 1em;
} 
.mytextheading a:link {color: #333333; text-decoration: none; font-weight: bold} 
.mytextheading a:visited {color: #666666; text-decoration: none; font-weight: bold} 
.mytextheading a:hover {color: #993300; text-decoration: underline; font-weight: bold} 
.mytextheading a:active {color: #333333; text-decoration: inderline; font-weight: bold} 

.mytextTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	letter-spacing: 3px;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #FF9900;
	margin: 5px;

}
.mytextSubTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	margin: 5px 0px 5px -10px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	background-color: #FFFFFF;
	letter-spacing: 0.3em;
	text-indent: 10px;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
	margin-top: 1em;

}
.mytextSubTitle a:link {color: #333333; text-decoration: none; font-weight: bold} 
.mytextSubTitle a:visited {color: #333333; text-decoration: none; font-weight: bold} 
.mytextSubTitle a:hover {color: #000000; text-decoration: none; font-weight: bold} 
.mytextSubTitle a:active {color: #333333; text-decoration: none; font-weight: bold} 
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.mytextRedDate {
	color: #990000;
}
.ContentTable {
	width: 600px;
	margin-left: 36px;
}
