/* common */

* {
	font-family: Arial, Helvetica, sans-serif;
}

html,
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body#top-frame {
	background: #2a1653 url(../images/header-background.gif) repeat-x left top;
}

td.top-bar-item a,
td.top-bar-item a:hover {
	text-decoration: none;
	color: #404040;
	display: block;
	font-size: 12px;
	white-space: nowrap;
}

td.top-bar-item a:hover {
	color: #6c5a8e;
}


body#left-frame {
	background: #09001a url(../images/left-background.jpg) repeat-y left top;
}

td.left-navigation-item {
	font-size: 12px;
	padding: 0 5px 0 5px;
	color: #404040;
	line-height: 25px;
}

td.left-navigation-item a,
td.left-navigation-item a:hover {
	text-decoration: none;
	color: #404040;
	display: block;
}

td.left-navigation-item a:hover {
	color: #6c5a8e;
}

body#main-frame {
	background: #000000 url(../images/main-background.jpg) repeat-x left top;
}

body#bottom-frame {
	background: #000000 url(../images/bottom-background.jpg) repeat-x left top;
}
