/* CSS Document */
/* CSS Document */

body {
	margin: 2px 0 0 0;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
/*	font-family: Tahoma;*/
	font-size: medium;
	color: #333300;
	}
/*	------------------------------
	links						*/
.link {
	font-size: 11px;
	color: #666600;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
.linkSm {
	font-size: 10px;
	color: #990000;
	text-decoration: underline;
}
.linkBUp {
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
/*	------------------------------
	content / text / etc ...	*/
.h1 {
	font-size: 20px;
	color: #666666;
	text-decoration: none;
}
.subtitle {
	font-size: 14px;
	color: #FF6600;
	font-weight:900;
}
.text {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.textSmall {
	font-size: 10px;
}
.warrning {
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}
}
/*	------------------------------
	form elements / etc ...		*/
.style {
	font-size: 12px;
	color: #333333;
}
.style50P {
	font-size: 12px;
	color: #333333;
	border: 1px groove #990000;
	width: 50%;
}
.style100P {
	font-size: 12px;
	color: #333333;
	width: 99%;
}
.linkSection {

	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.SectionName {
	font-size: 15px;
	color: #333300;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.SmallRed {

	font-size: 10px;
	color: #FF0000;
	text-decoration: none;
}