/* GENERAL PROPERTIES */

body
{
	font-family: Verdana, Arial;
	font-size: 12px;
	text-decoration: none;
	background-color: white;
	width: 96%
}
.error
{
   	color: red;
}
a, a:hover, a:visited
{
	color: blue;
	text-decoration: underline
}
td.alignTop
{
	vertical-align: top
}

/* APPLICATION PROPERTIES */

table.base
{
	width: 760px
}
table.scrSeparator
{
	width: 380px
}
table.scrSeparatorL
{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;		
	width: 380px
}
table.scrSeparatorR
{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;	
	width: 380px
}
col.cCol1
{
	width: 15px
}
col.cCol2
{
	width: 365px
}

