.timetable *, span {font-family: Verdana; font-size: 12px}
.timetable .red {color: red;}
.timetable .blue {color: #006;}
.timetable .green {color: #360;}
.timetable td {border-left: hidden; border: none; border-top: thin solid #999; padding: 3px; padding-right: 10px; border-collapse: collapse;}
.timetable td.last {background:none !important;}
.timetable table {border: none;}
.timetable td.first {border-top: hidden;}
.timetable #break {page-break-before: always;}
.timetable * {line-height:normal;}

.menu-horizontal, .content:after, .header-top, .header, .sidebar-wraper, .footer, .counterlog {
	display: none;
}





h1,h2,h3,h4,h5,h6 {
    display: none;
}


.content-wraper {
	background: #fff;
	width: 100%;


}

.main ul {
    list-style: disc;
    margin-left: 30px;
}
.main ul li {
    margin-bottom: 7px;
}
.hr {
	height: 30px;
	background: url(../images/hr.png) no-repeat 10% 80%;
}
.body-wrapper {
	min-height: 500px;
}
.main-column {
    margin: 0 auto;
	width: 100%;
	min-height: 500px;
	
}




a, a:visited {
	color: #900000;
	text-decoration: underline;
}
a:hover {
    color: #900000;
    text-decoration: underline;
}

a.text, a.text:visited {
    color: #333;
    text-decoration: none;
}
a.text:hover {
    color: #333;
    text-decoration: underline;
}

a.black, a.black:visited {
    color: #000;
    text-decoration: underline;
}
a.black:hover {
    color: #000;
    text-decoration: underline;
}

a.sb, a.sb:visited {
    color: #83989E;
    text-decoration: none;
}
a.sb:hover {
    color: #83989E;
    text-decoration: underline;
}


li a, a:visited {
	color: #a80402;
	text-decoration: underline;
}
li a:hover {
    color: #900000;
    text-decoration: underline;
}

html {
	height: 100%;
}

body {
	line-height: 1.5em;
	background: #fff;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 100%;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 
img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, 
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, 
tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0; 
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; } 
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: 
none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }

