BODY  {
	font-size : 12px;
	font-family : Tahoma;
}

P,DIV,TABLE,TR,TD,UL,LI  {
	font-size : 12px;
	font-family : Tahoma;
}

H1  {
	font-family : Tahoma;
	font-size : 14px;
	font-weight : bold;
	text-align : left;
}

H2  {
	font-family : Tahoma;
	font-size : 13px;
	font-weight : bold;
}

H3  {
	font-family : Tahoma;
	font-size : 12px;
	font-weight : normal;
}

A  {
	color : #6060FF;
	text-decoration : none;
}

A:Hover  {
	color : #0000C0;
	text-decoration : underline;
}

A.imagelink  {
}

A.smallmenu  {
	font-size : 11px;
}

DIV.copyright  {
	font-size : 10px;
	font-family : Tahoma;
}

P.error  {
	font-size : 18px;
	font-weight : bold;
	font-family : arial;
	color : #8080FF;
}

P.errmsg  {
	font-size : 12px;
	font-weight : bold;
	font-family : arial;
	color : red;
}

P.title  {
	font-size : 16px;
	text-align : right;
	font-weight : bold;
	font-family : arial;
	/* color : #27A3DD; */
	color: white;
}

P.robox-title {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: red;
}

P.subtitle {
	font-weight : bold;
	color : #404040;
}

TD.hint  {
	font-size : 10px;
}

TD.sidecolumn {
 background-color: #f9f9f9;
}
TABLE.titlebar {
/*
	background-color: #D9E5EB;
*/
border-radius: 4px;

background: #a7a7a7; /* Old browsers */
background: -moz-linear-gradient(top, #a7a7a7 0%, #aeaeae 12%, #b4b4b4 25%, #a5a5a5 39%, #989898 50%, #828282 51%, #8a8a8a 60%, #979797 76%, #909090 91%, #8b8b8b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a7a7a7), color-stop(12%,#aeaeae), color-stop(25%,#b4b4b4), color-stop(39%,#a5a5a5), color-stop(50%,#989898), color-stop(51%,#828282), color-stop(60%,#8a8a8a), color-stop(76%,#979797), color-stop(91%,#909090), color-stop(100%,#8b8b8b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #a7a7a7 0%,#aeaeae 12%,#b4b4b4 25%,#a5a5a5 39%,#989898 50%,#828282 51%,#8a8a8a 60%,#979797 76%,#909090 91%,#8b8b8b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #a7a7a7 0%,#aeaeae 12%,#b4b4b4 25%,#a5a5a5 39%,#989898 50%,#828282 51%,#8a8a8a 60%,#979797 76%,#909090 91%,#8b8b8b 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #a7a7a7 0%,#aeaeae 12%,#b4b4b4 25%,#a5a5a5 39%,#989898 50%,#828282 51%,#8a8a8a 60%,#979797 76%,#909090 91%,#8b8b8b 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7a7a7', endColorstr='#8b8b8b',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #a7a7a7 0%,#aeaeae 12%,#b4b4b4 25%,#a5a5a5 39%,#989898 50%,#828282 51%,#8a8a8a 60%,#979797 76%,#909090 91%,#8b8b8b 100%); /* W3C */
}



