body
{
	padding-right: 0px;
	padding-left: 0px;
	font-size: 8pt;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	font-family: Verdana;
	background-color: #ffffff;
}
table
{
	font-size: 100%;
}
p
{
	margin-top:9px;
	margin-bottom:9px;
}
a
{
	color: #0560A6;
	text-decoration: none;
}
a:visited
{
	color: #0560A6;
}
a:hover
{
	color: #FF9900;
	text-decoration: underline;
}
/* border for input ONLY OF TYPE text , button , submit(IE-way) */
INPUT {
	border: expression( (this.type=="text") || (this.type=="button") || (this.type=="password") || (this.type=="submit") || (this.type=="file")  ? '1px solid Silver' : 'none');
	font: 8pt verdana;
}

/* same for FireFox */
INPUT[type="text"] {
	border: 1px solid Silver;
	font: 8pt verdana;
}
INPUT[type="button"] {
	border: 1px solid Silver;
	font: 8pt verdana;
}
INPUT[type="submit"] {
	border: 1px solid Silver;
	font: 8pt verdana;
}
INPUT[type="password"] {
	border: 1px solid Silver;
	font: 8pt verdana;
}
INPUT[type="file"] {
	border: 1px solid Silver;
	font: 8pt verdana;
}
/* end */

textarea
{
	border: 1px solid silver;
	font: 8pt Verdana;
}
SELECT {
	font: 8pt verdana;
	border: 1px solid Silver;
}
button
{
	border: 1px solid silver;
	font: 8pt Verdana;
	background-image: url(images/bg_gradient.gif);
}
ul
{
	list-style-image: url(images/bullet.gif);
}

.topmenu
{
	font-weight: bold;
}
td.topmenu
{
	border-right: #bbbbbb 1px solid;
	border-left: #ffffff 1px solid;
}
a.topmenu
{
	color: #777777;
	text-decoration: none;
}
a.topmenu:visited
{
	color: #777777;
}
a.topmenu:hover
{
	text-decoration: underline;
}

.grayshadow
{
	background-image: url(images/bg_gradient_gray.gif);
	background-repeat:repeat-x;
	background-position:top;
}
.blueshadow
{
	background-image: url(images/bg_gradient_blue.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

a.catmenu
{
	display:block;
	padding:2px 2px 2px 2px;
	border:1px solid #eeeeff;
}
a.catmenu:hover
{
	border: silver 1px solid;
}

.gradientbg
{
	background-image: url(images/bg_gradient.gif);
}

.lightbg
{
	background-color: #eeeeff;
}

.commentsAttr
{
	font-size:80%;
	font-family:Microsoft Sans Serif;
}

.grey
{
	color: Gray;
}