BODY 
{
	background-image : url(gfx/bg_1280x1024.jpg);
	background-repeat : no-repeat;
	background-color : Gray;
}

H1 
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14pt;
	color : #CCCCCC;
	font-style : normal;
	font-weight : normal;
	margin-top : -10px;
	margin-bottom : -15px;
}

TABLE 
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : #CCCCCC;
}

A 
{
	color : #F8EDC7;
	text-decoration : none;
}

A:HOVER 
{
	color : #F8EDC7;
	text-decoration : underline;
}

A:VISITED 
{
	color : #F8EDC7;
}


.bg_logo
{
	width:600;
	height:79;
	background-image:url('gfx/cu-logo-deko.gif');
	background-repeat:no-repeat;
}

.bg_nologo
{
	width:600;
	height:79;
}

.nodecoration
{
	text-decoration:none;
}

.nodecoration:hover
{
	color : #DDDDDD;
	font-weight : normal;
}

.menu_link
{
	color : #000000;
	text-decoration:none;
}

.menu_link:hover
{
	color : #000000;
	font-weight : bold;
}

.menu_link:visited
{
	color : #000000;
}

.menu_link_active
{
	font-weight:bold;
}

img.icon
{
	cursor:hand;
}

.scroll_div
{
	height:325;
	overflow:hidden;
}

.frontpage_teaser
{
	width:280px;
}

.page_teaser
{
	font-weight:bold;
}

.login_input
{
	height:18px;
	width:90px;
	border-top: 3px double white;
	border-left: 3px double white;
	border-bottom: 2px double white;
	border-right: 2px double white;
	top:-1px;
	position:relative;
	font-size:10px;
}


.menu_body
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	width:140;
	height:142;
	background-color:#CCCCCC;
	text-align:center;
	background-image:url('gfx/grey.gif');
	border: outset 1px;
	padding-top:12;	
	padding-left:0;
}

.menu_bg
{
	position:relative;
	width:140;
	height:156;
	left:-12;
	top:-126;
	display:none;
	border:0;
}

/*	position:relative;
	width:140;
	height:142;
	left:-12;
	top:-115;
	background-color:#CCCCCC;
	border: outset 1px;
	text-align:center;
	padding-top:12;	
	background-image:url('gfx/grey.gif');
	display:none;
*/