body {
	background-color: #FFFFFF;
	text-align: center;
}

hr {
	color: #000000;
	background-color: #000000;
	height: 1px;
	border: 0;
	width: 100%;
}

hr.dotted {
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 0px;
	border: 1px;
	border-top-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
	border-color: #000000;
	width: 50%;
}

a:link {
	color: #994455; text-decoration: none; 
}

a:visited {
	color: #994455; text-decoration: none; 
}

a:active {
	color: #994455; text-decoration: none; 
}

a:hover {
	color: #994455; text-decoration: underline;
}

a.black {
    color: #000000;
}

.textBlack {
	color: #000000;
}

.rightDottedBorder {
	border-right-width: 1px;
	border-right-style: dotted;	
}

.rightSolidBorder {
	border-right-width: 1px;
	border-right-style: solid;
}

.leftDottedBorder {
	border-left-width: 1px;
	border-left-style: dotted;	
}

.posCenter {
    align: center;
}

.bottomDottedBorder {
	border-bottom-width: 1px;
	border-bottom-style: dotted;	
}

td.menuCell {
	font-family: "Georgia", "Trebuchet MS"; serif;
	font-size: 14px;
	font-weight: bold;
	width: 255px;
	background-color: #d5d5d5;
	text-align: center;
	padding: 4px;
}

td.menuCellHover {
	font-family: "Georgia", "Trebuchet MS"; serif;
	font-size: 14px;
	font-weight: bold;
	width: 255px;
	background-color: #bbbbbb;
	text-align: center;
	padding: 4px;
}

td.menuCellSelected {
	font-family: "Georgia", "Trebuchet MS"; serif;
	font-size: 14px;
	font-weight: bold;
	width: 255px;
	background-color: #000000;
	text-align: center;
	color: #ffffff;
	padding: 4px;
}

td.contentPanel {
	font-family: "Georgia", "Trebuchet MS"; serif;
	font-size: 14px;
	text-align: justify;
	width: 600px;
	padding: 4px;
	padding-right: 8px;
}

td.contentPanelNoMenu {
	font-family: "Georgia", "Trebuchet MS"; serif;
	font-size: 14px;
	text-align: justify;
	padding: 4px;
	padding-right: 8px;
}
td.rightMenuPanel {
	font-family: "Georgia", "Trebuchet MS"; serif;
	font-size: 14px;
	text-align: justify;
	width: 200px;
	padding: 4px;
	padding-left: 4px;
}


.defaultText {
	font-family: "Georgia", "Trebuchet MS"; serif;
	font-size: 12px;
	text-align: justify;
}

.commentContent {
	font-family: "Georgia", "Trebuchet MS"; serif;
	font-size: 10px;
	text-align: justify;
}

.error2 {
	font-family: "Georgia", "Trebuchet MS"; serif;
	font-size: 11px;
	font-weight: bold;
	color: #ff0000;
}

p {
    text-indent: 20px;
    margin-top: 0px;
    margin-bottom: 3px;
}

.inline {
	display: inline;
}

.marginR20 {
	margin-right: 20px;
}

.marginL20 {
	margin-left: 20px;
}

.marginB10 {
	margin-bottom: 10px;
}

.marginB5 {
	margin-bottom: 5px;
}

.marginB0 {
	margin-bottom: 0px;
}

.fs9 {
	font-size: 9px;
}

.fs10 {
	font-size: 10px;
}

.fs11 {
	font-size: 11px;
}

.date {
	font-size: 10px;
	color: #666666;
}

p.noTextIndent {
    text-indent: 0px;
}

.textIndent20 {
    text-indent: 20px;
}

div.contentDiv {
	width: 800px;
	padding: 10px;
	border-width: 1px;
	border-style: dotted;
}

div.footerDiv {
	width: 800px;
	text-align: center;
	padding-top: 5px;
}

div.image {
	text-align: center;
}

img {
	margin-top: 5px;
	marging-bottom: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	border-width: 1px;
	border-style: solid;
}

img.noborder {
	margin-top: 5px;
	marging-bottom: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	border-width: 0px;
	border-style: none;
}


.mainTable {
	width: 780px;
	background-color: #FFFFFF;	
}

.wd200 {
	width: 200px;
}

.wd780 {
	width: 780px;
}

.wd700 {
	width: 700px;
}

.fh10 {
	font-size: 10px;
}

.fh16 {
	font-size: 16px;
}

h1 {
	font-size: 18px;
}

table.sqlite {
	font-size: 10px;
	border-style: solid;
	border-width: 1px;
}

td.sqlite {
	font-size: 10px;
	border-style: solid;
	border-width: 1px;
}

