.AccKey {
	text-decoration: underline;
	}

input {
	border: 1px solid black;
	background: #CCCCFF;
	padding: 2px;
	}

select {
	border: 0;
	background: #CCCCFF;
	}

#header {
	background: #BBCCFF;
	border-bottom: 1px solid black;
	}

h1	{
	margin: 5px;
	padding: 0;
	font: 20pt Cooper Black, Arial, Helvetica, sans-serif;
  	}

h2	{
	margin: 0;
	padding: 5px;
	font: bold 14pt Georgia, Times New Roman, Times, serif;
	}

h3	{
	margin: 0;
	padding: 5px;
	font: bold 12pt Georgia, Times New Roman, Times, serif;
	}

#menu	{
	background: #DDDDDD;
	border-right: 1px solid black;
	}
	#menu ul li a {
		text-decoration: none;
		}

#login .Err {
	font-size: 14pt;
	color: red;
	}

#content #budget {
	text-align: right;
	}

#content table caption {
	font: 18pt Georgia, Times New Roman, Times, serif;
	font-weight: bold;
}

#content table tr.msg {
	font: 10pt Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	background: #FFFFFF;
	color: #FF0000;
	}

#content table tr.header th {
	text-align: center;
	}
#content table tr.header th.summary {
	background: #FF9999;
	}
#content table tr.header {
	background: #999999;
	color: #FFFFFF;
	}

#content table tr.odd td.rowhead {
	text-align: left;
	}
#content table tr.odd td.summary {
	background: #FFE0E0;
	font-weight: bold;
	}
#content table tr.odd {
	background: #EEEEFF;
	}

#content table tr.even td.rowhead {
	text-align: left;
	}
#content table tr.even td.summary {
	background: #FFCCCC;
	font-weight: bold;
	}
#content table tr.even {
	background: #CCCCFF;
	}

#content table tr.summary td.rowhead {
	text-align: right;
	}
#content table tr.summary td.summary {
	background: #FFCCCC;
	font-weight: bold;
	}
#content table tr.summary {
	background: #FFCCCC;
	font-weight: bold;
	}

#content table tr.new {
	background: #CCFFCC;
	}

#content table.grid td,
#content table.grid th {
	border: 1px solid black;
	}

#content table.form td {
	padding: 5px 2px;
	border: 0px;
	}

#content table.form td.label {
	text-align: right;
	}

#content table.form table.grid td,
#content table.form table.grid th {
	border: 1px solid black;
	}

#content table.form td.field {
	text-align: left;
	}

#footer {
	border-top: 1px solid black;
	background: #CCDDFF;
	}
	#footer p {
		font: 11px/12px Verdana, Arial, Helvetica, sans-serif;
		}
	#footer p #uname {
		font-weight: bold;
		}

#lasterror {
	border-bottom: 1px solid black;
	font-size: 12pt;
	font-weight: bold;
	background: #FF6666;
}

#news_item {
	border: 1px solid black;
	text-align: left;
	}
	#news_item #news_title {
		font-size: 16pt;
		font-weight: bold;
		background: #CCDDFF;
		border-bottom: 1px solid black;
	}
	#news_item #news_details {
		font-size: 8pt;
		border-bottom: 1px solid black;
	}
		#news_item #news_details #uname {
			font-weight: bold;
		}
	#news_item #news_body {
		font-size: 12pt;
	}

#content_item {
	border: 1px solid black;
	text-align: left;
	}
	#content_item #content_body {
		font-size: 12pt;
	}

#content_view {
	text-align: left;
	font-size: 12pt;
	}

#content_blog {
	border: 1px solid black;
	text-align: left;
	}
	#content_blog #blog_title {
		font-size: 16pt;
		font-weight: bold;
		background: #CCDDFF;
		border-bottom: 1px solid black;
	}
	#content_blog #blog_details {
		font-size: 8pt;
		border-bottom: 1px solid black;
	}
	#content_blog #blog_details #uname {
			font-weight: bold;
		}
	#content_blog #blog_body {
		font-size: 12pt;
	}
