a {
	color: #2B6E09;
	text-decoration: underline;
}

a:hover {
	color: #3A920C;	
	text-decoration: none;
}

a:visited {
	color: #225309;
}

a.bug {
	color: #BB0000;
}

body {
	margin: 5px 5px 5px 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
}

h1 {
	color: #2B6E09;
	font-size: 20pt;
	text-align: center;
	padding: 15px 0px 5px 0px;
	margin: 0px 0px 5px 0px;	
}

h2 {
	color: #BB0000;
	font-size: 14pt;
	text-align: left;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 5px 0px;	
}

td {
	margin: 0px;
	padding: 0px;
}

/* --- */

a.Current {
	border: thin dotted;
}

span.HeaderText, span.HeaderText2, span.HeaderText3 {
	font-family: Arial Narrow, Verdana, Helvetica, Arial;
}

span.HeaderText {
	font-size: 22pt;
	color: #2B6E09;
}

span.HeaderText2 {
	font-size: 22pt;
	color: #000000;
}

span.HeaderText3 {
	font-size: 18pt;
	color: #2B6E09;
}

table.MainTable {
	border: 2px solid #3A920C;
	background-color: #F3F3F3;
	table-layout: fixed;
}

table.ContentTable {
	border: 1px solid #2B6E09;
}

table.ContentTable th {
	border: 1px solid #2B6E09;
	background-color: #DFF1D6;
}

table.ContentTable td {
	padding: 5px 5px 5px 5px;
	border: 1px solid #2B6E09;
}

table.AdsContainer {
	border: none;
	text-align: left;
	vertical-align: top;
	table-layout: fixed;
}

table.AdsContainer td {
	border: none;
	vertical-align: top;
}

td.Content {
	padding: 10px 10px 10px 10px;
}

td.LogoJa {
	background: url("/images/jimm/logo-ja.png") no-repeat;
}

td.LogoIcq {
	background: url("/images/jimm/logo-icq.png") no-repeat;
}

td.LogoMrim {
	background: url("/images/jimm/logo-mrim.png") no-repeat;
}

td.LogoJabber {
	background: url("/images/jimm/logo-jabber.png") no-repeat;
}

td.Menu {
	background: #2B6E09 url("/images/jimm/gradient-top.png");
	color: White;
	height: 31px;
	padding: 2px 5px 0px 8px;
	vertical-align: middle;
	overflow: hidden;
}

td.Menu div, td.Menu p {
	margin: 0px;
}

td.Menu img.Separator {
	vertical-align: middle;
	content: url("/images/jimm/main-menu-separator.png");
	width: 2px;
	height: 20px;
}

td.Menu a, td.Menu a:visited {
	color: #F3F3F3;
	font-weight: bold;
	text-decoration: none;	
}

td.Menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

td.SubMenu {
	color: #2B6E09;
	height: 28px;
	padding: 2px 5px 2px 0px;
	vertical-align: middle;
	border-bottom: 2px solid #3A920C;
}

td.SubMenu img {
	vertical-align: middle;
}

td.SubMenu a, td.SubMenu a:visited {
	color: #3A920C;
	font-weight: bold;
	text-decoration: none;	
}

td.SubMenu a:hover {
	color: #2B6E09;
	text-decoration: none;
}	

td.SubMenuCorner {
	background: url(/images/jimm/sub-menu-corner.gif) no-repeat bottom;
}

td.Footer {
	background: #40A30E url("/images/jimm/gradient-bottom.png") repeat-x;
}

td.Footer a {
	color: #F3F3F3;
}

td.Footer div {
	color: #F3F3F3;
	text-align: center;
	font-weight: bold;
}

img.hr {
	background: url("/images/jimm/hr.png");
	display: block;
	margin: 10px 0px 10px 0px;
	height: 2px;
	width: 100%;
}

img.thinHr {
	background: url("/images/jimm/hr.png");
	display: block;
	margin: 1px 0px 5px 0px;
	height: 1px;
	width: 100%;
}

a.Remark {
	color: #BB0000;
	text-decoration: none;
	font-weight: bold;
}

a.Remark:hover {
	text-decoration: underline;
}