/* ------------------------------------ universal ------------------------------------ */

/* ------------------------------------ bg ------------------------------------ */
.inside_bg {
	background-image: url(images/bg_inside.gif);
}
.nav_bg {
	background-color: #3F613F;
}
.panel_bg {
	background-image: url(images/bg_panel.jpg);
}
.sub_bg {
	background-color: #CBCF51;
}

/* ------------------------------------ txt ------------------------------------ */
.txt_main {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #C5D9C3;
}
.txt_panel {
	font-family: Arial,helvetica,sans-serif;
	font-size: 12px;
	color: #eeeeee;
}
.txt_footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #C5D9C3;
}

/* ------------------------------------ borders ------------------------------------ */
div.template_outer
{
	border-width: 1px;
	border-style: solid;
	border-color: #0F3908;
}

div.template_inner
{
	border-width: 3px;
	border-style: solid;
	border-color: #001D00;
}

td.offices
{
	border-width: 1px;
	border-style: solid;
	border-color: #003300;
}

