body {
	background-color: #ffffff;
	margin-left		: 0;
	margin-top		: 0;
	margin			: 0;
}

a:link {text-decoration: none;  font-size: 11px; font-weight : bold; font-style	: normal; color	: #669933; font-family: Tahoma;}
a:visited {text-decoration: none; font-size: 11px; font-weight : bold; font-style: normal;  color	: #669933;font-family: Tahoma;}
a:hover {text-decoration: underline; font-size: 11px; font-weight : bold; font-style: normal; color	: #669933; font-family: Tahoma;}
a:active {text-decoration: none; font-size: 11px; font-weight : bold; font-style: normal; color	: #669933; font-family: Tahoma;}

a.black:link {text-decoration: none;  font-size: 11px; font-weight : bold; font-style	: normal; color	: #6c6c6c; font-family: Tahoma;}
a.black:visited {text-decoration: none; font-size: 11px; font-weight : bold; font-style: normal;  color	: #6c6c6c;font-family: Tahoma;}
a.black:hover {text-decoration: underline; font-size: 11px; font-weight : bold; font-style: normal; color: #6c6c6c; font-family: Tahoma;}
a.black:active {text-decoration: none; font-size: 11px; font-weight : bold; font-style: normal; color: #6c6c6c; font-family: Tahoma;}

a.grey:link {text-decoration: none;  font-size: 11px; font-weight : bold; font-style	: normal; color	: #6c6c6c; font-family: Tahoma;}
a.grey:visited {text-decoration: none; font-size: 11px; font-weight : bold; font-style: normal;  color	: #6c6c6c;font-family: Tahoma;}
a.grey:hover {text-decoration: underline; font-size: 11px; font-weight : bold; font-style: normal; color: #6c6c6c; font-family: Tahoma;}
a.grey:active {text-decoration: none; font-size: 11px; font-weight : bold; font-style: normal; color	: #6c6c6c; font-family: Tahoma;}

font.text {
	font-family		: Tahoma;
	font-size		: 11px;
	font-style		: normal;
	font-weight 	: regular;
	color			: #6c6c6c;
}

font.desc {
	font-family		: Tahoma;
	font-size		: 11px;
	font-style		: normal;
	font-weight 	: regular;
	color			: #666666;
}

font.bold_text {
	font-family		: Tahoma;
	font-size		: 11px;
	font-weight 	: bold;
	color			: #6c6c6c;
}


font.small_text {
	font-family		: Tahoma;
	font-size		: 10px;
	font-style		: normal;
	font-weight 	: normal;
	color			: #6c6c6c;
}

font.h {
	font-family		: Tahoma;
	font-size		: 12px;
	font-weight		: 700
}

.dot_line {
	height			: 1px;
	background		: none;
	border			: none;
	border-top		: dotted 1px #6c6c6c;
}

img.cur_top {
	border			: 3px solid #e1e1e1;
}

input.str {
	background-color: #ffffff;
	border			: 1px solid #6c6c6c;
    padding-right   : 4px;
    padding-left    : 4px;
    font-size       : 11px;
    padding-bottom  : 1px;
    padding-top     : 1px;
    font-family     : Tahoma;
	height			: 15px;
	width			: 220px;
}

input.btn {
	background-color: #d4d0c8;
	padding-right	: 4px;
	padding-left	: 4px;
	font-size		: 11px;
	padding-bottom	: 1px;
	padding-top		: 1px;
	font-family		: Tahoma;
	font-weight		: bold;
	color			: #000000;
	height			: 20px;
	cursor			: pointer;
	margin-left		: 4px;
	margin-right	: 4px;
}

.courses_top {
	padding-left	: 35px;
}

.cur_top {
	border			: 3px solid #e1e1e1;
}

.big_text_green {
	font-family		: Trebuchet MS,sans-serif ;
	font-size		: 19px;
	color			: #669933;
	font-weight 	: bold;
	text-decoration	: none;
	border-bottom	: 1px dotted #6c6c6c;
}

.big_text_grey {
	font-family		: Trebuchet MS,sans-serif;
	font-size		: 19px;
	color			: #000000;
	font-weight 	: bold;
	text-decoration	: none;
	border-bottom	: 1px dotted #6c6c6c;
}

.small_text_green {
	font-family		: Trebuchet MS,sans-serif;
	font-size		: 11px;
	color			: #669933;
	font-weight 	: bold;
	text-decoration	: none;
	border-bottom	: 1px dotted #6c6c6c;
}

.small_text_grey {
	font-family		: Trebuchet MS,sans-serif;
	font-size		: 16px;
	color			: #000000;
	font-weight 	: bold;
	text-decoration	: none;
	border-bottom	: 1px dotted #6c6c6c;
}

.news_top {
	padding-left	: 20px;
}

.news {
	padding-left	: 20px;
}

.top {
	padding-top		: 7px;
}

.top_new {
	padding-top		: 11px;
}

.lib_tab {
	padding-left	:20;
	padding-top		:10;
	padding-bottom	:20;
	padding-right	:20;
}	

input.btn_small {
	border			: 1px solid #bdbdbd;
	font-weight		: bold;
	font-size		: 11px;
	font-family		: Tahoma;
	color			: #3380ec;
	vertical-align	: middle;
	cursor			: pointer;
	height			: 21px;
}

.my_warning{
	color			: #6c6c6c;
	font-size		: 11px;
	font-family		: Tahoma;
	font-weight		: bold;	
}

select {
	background-color: #ffffff;
	border			: 1px solid #6c6c6c;
	font-family		: Tahoma;
	font-size       : 11px;
	padding-left    : 4px;
	padding-right   : 4px;
	padding-top     : 1px;
	padding-bottom  : 1px;
	height			: 18px;
	color 			: #000000;
}

textarea {
	background-color: #ffffff;
	border			: 1px solid #6c6c6c;
	font-family     : Tahoma;
	font-size       : 11px;
	padding-left    : 4px;
	padding-right   : 4px;
	padding-top     : 1px;
	padding-bottom  : 1px;
	width           : 220px;
	color           : #000000;
}

.login_top {
	padding-left	: 20px;
	padding-top		: 20px;
}

.login_left {
	padding-left	: 20px;
}

#clr_red {
	color		: #669933;
}

#clr_grey {
	color		: #666666;
}

#clr_cian {
	color		: #5b909e;
}

#clr_black {
	color		: #000000;
}

#clr_white {
	color		: #ffffff;
}

td.text {
	font-family		: Tahoma;
	font-size		: 11px;
	font-style		: normal;
	font-weight 	: regular;
	color			: #6c6c6c;
}
