/* Accounting Solutions CSS
Version 1.0a
by: Sinasys IT Solutions -- www.sinasys.com
*/
body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	background-image: url(./images/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
body,td,tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	color: #CFCFC9;
}
.txt-footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 5px 24px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FF9999;
	text-decoration: underline;
}
a:active {
	color: #FF9999;
	text-decoration: underline;
}
input, select, textarea {
	background-color: #524C49;
	border: 1px #CFCFC9 solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CFCFC9
}
.VerticalText {
writing-mode: tb-rl;
filter: flipv fliph;
}
