*
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}

img
{
	border: none;
}

/*----------- commen ----------*/
.body
{
	background-color: Gray;
}

a
{
	text-decoration: none;
	color: #ff8000;
}

.underline
{
	text-decoration: underline;
}

a:hover
{
	text-decoration: underline;
}


h1
{
	font-weight: bold;
	font-size: 20px;	
}

h2
{
	font-weight: bold;
	font-size: 15px;
	margin: 0px;
}

h3
{
	font-weight: bold;
	margin: 0px;
}

.date
{
	color: #969696;
	font-weight: normal;
}

.boxborder
{
	border: solid 1px #ff8000;
}

.boxbg
{
	background-color: White;
}

.boxtitle
{
	font-size: 11px;
	text-decoration: none;
	color: White;
}

.boxtitlebg
{
	background-image: url(/images/boxtitlebg.gif);
}

.boxtextbig
{
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	
}

.itext {
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: left;
}

.ibutton
{
	font-weight: bold;
    font-size: 10px;
    line-height: normal;
    color: #FFFFFF;
    border-top: solid 1px #222020;
    border-bottom: solid 1px #222020;
    border-right: solid 1px #222020;
    border-left: solid 1px #222020;
    background-color: #ff8000;
}

.titel2
{
	font-weight: bold;
}

.footertext
{
	font-size: 12px;
	text-decoration: none;
	color: White;
}

.footerbg
{
	background-image: url(/images/footerbg.gif);
	text-align: center;
	vertical-align: top;
}

.pagebg
{
	background-position: left top;
	background-attachment: inherit;
	background-image: url(/images/pagebg.gif);
	background-repeat:repeat;
	background-color: #ececec;
}


/*----------- top nav ----------*/
.nav
{
	font-size: 11px;
	text-decoration: none;
	color: White;
}

.nav a
{
	font-size: 12px;
	color: White;
	text-decoration: none;
}

.nav a:hover
{
	text-decoration: underline;
}

.nav a.active
{
	color: Black;
	text-decoration: none;
}

/*----------- sub nav ----------*/

.subnav
{
	font-size: 11px;
	text-decoration: none;
	color: White;
}

.subnav a
{
	font-size: 11px;
	color: White;
	text-decoration: none;
}

.subnav a:hover
{
	text-decoration: underline;
}

.subnav a.active
{
	color: Black;
	text-decoration: none;
}

.subnavbg
{
	background-color: #ff8000;
}


/*----------- table ----------*/
.ttitel
{
	color: black;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	border-top: solid 1px black;
    border-bottom: solid 1px black;
    border-right: solid 1px black;
    border-left: solid 1px black;
    background-color: #E0E0E0;
    padding: 3px;
}
.ttitel2
{
	color: white;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	border-top: solid 1px black;
    border-bottom: solid 1px black;
    border-right: solid 1px black;
    border-left: solid 1px black;
    background-color: #6B0315;
    padding: 3px;
}
.ttext
{
	color: black;
	vertical-align: top;
	font-size: 11px;
	text-decoration: none;
	border-top: solid 1px #CDCDCD;
    border-bottom: solid 1px #CDCDCD;
    border-right: solid 1px #CDCDCD;
    border-left: solid 1px #CDCDCD;
    padding: 3px;
}
.ttext2
{
	color: black;
	font-size: 11px;
	text-decoration: none;
	border-top: solid 1px #CDCDCD;
    border-bottom: solid 1px #CDCDCD;
    border-right: solid 1px #CDCDCD;
    border-left: solid 1px #CDCDCD;
    padding: 3px;
}
