		body
		{
			font-family: Verdana;
			font-size: 7pt;
			margin:auto;
			background:#DDD;
		}
a
{
	color:#444872;
}
h1,h2,h3,h4
{
	font-family:Arial;
	margin-top:15px;
	margin-bottom:7px;
}
h2
{
	font-size:12pt;
}
h3
{
	font-size:10pt;
}
		UL.Documents
		{
			margin:0;
			padding:0;
			margin-left:50px;
			margin-right:50px;
			padding-top:30px;
			padding-bottom:30px;
		}
		ul.Documents li
		{
			margin:0;
			padding:0;
			display:inline;
			list-style-type:none;
		}
		ul.Documents li a
		{
			display:block;
			padding-top:10px;
			padding-bottom:12px;
			padding-left:40px;
			background:url(images/pdf.gif) no-repeat;
			color:#333;
			font-weight:bold;
			height:auto;
			position:relative;
			margin-top:15px;
			text-decoration:none;
		}
		ul.Documents li a:hover
		{
			background:url(images/pdf_hover.gif) no-repeat;
			color:red;
			text-decoration:underline;
		}
		.TopContainer
		{
			width:780px;
			height:150px;
			margin:auto;
			background: url(images/logo.jpg) no-repeat #F7F7F7;
		}
		.MainContainer
		{
			width:780px;
			margin:auto;
			margin-top:0;
			margin-bottom:0;
			padding-top:10px;
			padding-bottom:40px;
			background: url(images/page_bg.jpg) no-repeat #cfcfcf;
		}
		.BottomContainer
		{
			width:780px;
			height:10px;
			margin:auto;
			background: url(images/footer_bg.gif);
		}
		.MenuContainer
		{
			width:780px;
			height:26px;
			margin:auto;
			background: url(images/menu_bg.jpg);
		}
		.Menu
		{
			margin:0;
			padding:0;
			margin-left:30px;
			font-family:Tahoma;
			font-size:9pt;
			font-weight:bold;
		}
		.Menu li
		{
			margin:0;
			padding:0;
			display:inline;
		}
		.Menu li a
		{
			display:block;
			float:left;
			color:#AFAFAF;
			text-decoration:none;
			padding-left:15px;
			padding-right:15px;
			line-height:26px;
		}
		.Menu li a:hover, .Menu li a.selected
		{
			background:#7D4867;
			color:White;
		}
		a.HomeLink
		{
			display:block;
			width:110px;
			height:100px;
			float:left;
		}
		.Flash
		{
			width:660px;
			height:100px;
/*			position:relative;*/
			float:right;
/*			left:10px;*/
		}
		.TopInner
		{
			width:780px;
			height:50px;
			position:relative;
			background: url(images/top_right.gif) no-repeat right;
			/*padding-left:230px;*/
			clear:both;
		}

		.TopInner .Language
		{
			float:left;
			width:220px;
			height:20px;
			padding-left:10px;
			padding-top:30px;
		}
		.TopInner .Language .selected
		{
			font-weight:bold;
			background:#D33;
			color:White;
			padding:3px;
		}
		
		.TopInner p a
		{
			display:block;
			padding-right:40px;
			text-decoration:none;
			font-weight:bold;
			color:#656565;
			text-align:justify;
			text-indent:0;
			font-family:Verdana;
			font-size:7pt;
		}
		.TopInner p
		{
			margin:0;
			font-weight:bold;
			color:#656565;
			text-align:justify;
			text-indent:15px;
			text-decoration:none;
		}
		body.Section1 div.MenuContainer ul li a.about, 
		body.Section2 div.MenuContainer ul li a.directions, 
		body.Section3 div.MenuContainer ul li a.info, 
		body.Section4 div.MenuContainer ul li a.contacts
		{
			background:#8F5E7B;
			color:White;
		}
#outer{
	width:565px;
	background:#CECECE url(images/dir_bg.gif) no-repeat right top;
	float:left;
}
#inner{
	background:#E1E0E0;
	float:right;
	width:260px;
	position:relative;
	margin:-1px -198px 0px 0;
	left:17px;
	border-left:solid 1px #A6A5A5;
}
#inner2{
	float:left;
	width:480px;
	position:relative;
	margin-left:-590px;
	left:70px;
}
* html #inner2{	margin-right:-3px;}/* ie 3 pixel jog*/
.clearer{
	height:1px;
	overflow:hidden;
	margin-top:-1px;	
	clear:both;
}


h1.HeaderDirections
{
	margin:0;
	font-family:Tahoma;
	font-weight:bold;
	font-size:14pt;
	color:White;
	position:absolute;
	top:370px;
	margin-left:10px;
}

h1.HeaderInfo
{
	margin:0;
	padding-top:5px;
	font-family:Tahoma;
	font-weight:bold;
	font-size:14pt;
	color:White;
	background:#0D4E84;
	text-align:center;
	height:30px;
	vertical-align:middle;
}

ul.HomeMenu
{
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
	top:0px;
	left:0px;
}

ul.HomeMenu li
{
	margin:0;
	padding:0;
	display:inline;
}

ul.HomeMenu li a
{
	margin:0;
	padding:0;
	padding:10px;
	display:block;
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	color:#0D4E84;
	text-decoration:none;
	padding-right:5px;
	padding-left:25px;
	border-bottom:solid 1px #A6A5A5;
}

ul.HomeMenu li a:hover
{
	background:#E7E7E7;
}

ul.DirectionsList
{
	margin:0;
	padding:0;
	list-style-type:square;
	position:relative;
}
ul.DirectionsList li
{
	margin-left:40px;
	margin-top:7px;
}

ul.DirectionsList li a
{
	display:block;
	color:#5F5F5F;
	background: url(images/home_arrow_link.gif) no-repeat right bottom;
	text-decoration:none;
}
ul.DirectionsList li a:hover
{
	background-image: url(images/home_arrow_link_hover.gif);
}
ul.DirectionsList li h2
{
	margin:0;
	font-family:Arial;
	font-size:12pt;
	font-weight:bold;
}
ul.DirectionsList li a span
{
	text-decoration:underline;
}
		.IntroContainer
		{
			width:780px;
			height:248px;
			margin:auto;
			background:url(images/home_bg.jpg) no-repeat;
		}
		.HomeFlash
		{
			width:520px;
			float:right;
		}
		div.IntroContainer p.Intro
		{
			padding:0;
			margin:0;
			text-indent:20px;
			padding-top:50px;
			margin-left:15px;
			text-align:justify;
			font-family:Arial;
			font-size:11px;
			color:Black;
			font-weight:normal;
			width:205px;
		}
		div.HomeMainContainer
		{
			width:779px;
			margin:auto;
/*			background:#CECECE;*/
		}
h1.PageHeading
{
	font-family: Arial;
	font-size: 15pt;
	font-weight: bold;
	color: White;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom:10px;
}

div.DropdownMenu
{
	Z-INDEX: 20; 
	BACKGROUND: #AA98A5; 
	VISIBILITY: hidden; 
	BORDER: #AAA 1px solid; 
	POSITION: absolute; 
	TOP: 175px;
}
div.DropdownMenu UL
{
	padding:0;
	DISPLAY: inline;
	MARGIN: 0;
}
div.DropdownMenu UL LI
{
	padding:0;
	DISPLAY: inline;
	MARGIN: 0;
}
div.DropdownMenu UL LI A 
{
	padding:7px;
	DISPLAY: block; 
	FONT-SIZE: 8pt;
	MARGIN: 0;
	COLOR: #EFEFEF;
	BORDER-BOTTOM: #AAA 1px dashed;
	FONT-FAMILY: Tahoma;
	POSITION: relative;
	TEXT-DECORATION: none;
}
div.DropdownMenu UL LI A:hover
{
	BACKGROUND:#AB8EA3;
	color:White;
}

p
{
	margin-top:5px;
	margin-bottom:5px;
	font-family: Arial;
	font-size: 9pt;
	color:#333;
	text-align:justify;
}
p.std, p.std1
{
	margin-top:5px;
	margin-bottom:5px;
	text-indent:20px;
	font-family: Arial;
	font-size: 9pt;
	color:#333;
	text-align:justify;
}
p.std1
{
	text-indent:0;
}
ul.std, ol.std
{
	font-family: Arial;
	font-size: 9pt;
	margin-top:8px;
	margin-bottom:8px;
	color:#333;
}
ol.std li, ul.std li
{
	margin-top:5px;
	margin-bottom:5px;
	text-align:justify;
}
h2.std
{
	margin-top:8px;
	margin-bottom:5px;
	text-align:center;
	font-family: Arial;
	font-size: 12pt;
	color:#333;
}


div.Content
{
	padding-left:70px;
	padding-right:70px;
}

div.MapContainer
{
	width:500px;
	margin-left:10px;
}
div.AddressContainer
{
	width:255px;
	padding-right:10px;
	float:right;
	font-family: Tahoma;
	font-size:8pt;
	font-weight:bold;
}
div.AddressContainer p.Address
{
	margin:6px;
}
div.AddressContainer div.Divider
{
	border-top:solid 1px #888;
}
div.AddressContainer ul
{
	list-style-type:square;
	color:#CD4947;
}
div.AddressContainer ul li
{
	margin-bottom:20px;
	margin-left:-20px;
	margin-top:5px;
}
div.AddressContainer ul li p
{
	color:#575B59;
}
div.AddressContainer ul li p a
{
	color:#CD4947;
}

div.RelatedDocs
{
	width:220px;
	font-family: Tahoma;
	font-size:8pt;
	font-weight:bold;
	float:right;
	background:#D2D6D6;
	margin-left:10px;
/*	padding-top:10px;*/
	padding-bottom:10px;
}
div.RelatedDocs h3
{
	text-align:center;
	background:#747B83;
	color:White;
	font-size:10pt;
	margin:0;
	padding:3px;
}
div.RelatedDocs ul
{
	margin:0;
	padding:0;
	margin-top:10px;
}
div.RelatedDocs ul li
{
	margin:0;
	list-style-type:none;
	display:inline;
}
div.RelatedDocs ul.pdf li a, div.RelatedDocs ul.pdf li .hidden
{
	background:url(images/home_arrow_link_hover.png) no-repeat;
}
div.RelatedDocs ul.pdf li .hidden
{
	color:#AAA;
}

div.RelatedDocs ul li a, div.RelatedDocs ul li .hidden, div.RelatedDocs ul.Series li span
{
	margin-left:10px;
	margin-top:5px;
	margin-bottom:5px;
	display:block;
	padding:2px;
	padding-left:24px;
	background:url(images/zip_icon.gif) no-repeat;
	color:#444872;
}

div.RelatedDocs ul.Series, div.RelatedDocs ul.Series li
{
	margin:0;
	padding:0;
	margin-right:10px;
	font-size:9pt;
	font-weight:normal;
}

div.RelatedDocs ul.Series li a, div.RelatedDocs ul.Series li span
{
	display:block;
	padding:5px;
	background: transparent;
	color:#444872;
	position:relative;
	text-decoration:none;
}
div.RelatedDocs ul.Series li span
{
	font-weight:bold;
	color:#444;
	margin-left:10px;
}
div.RelatedDocs ul.Series li a:hover
{
	text-decoration:underline;
}
div.RelatedDocs div.Divider
{
	margin:0;
	padding:0;
	margin-left:10px;
	margin-right:10px;
	border-top:solid 1px #B1B5B5;
}


a.pdf
{
	padding:2px;
	display:block;
	padding-left:24px;
	background:url(images/pdf_icon.gif) no-repeat;
	font-size:9pt;
	margin-bottom:5px;
	margin-top:5px;
}
.BestProjectContainer
{
	margin-top:25px;
	font-family:Arial;
}
.BestProjectContainer .Sign2001, .BestProjectContainer .Sign2002, .BestProjectContainer .Sign2003, .BestProjectContainer .Sign2004, .BestProjectContainer .Sign2005, .BestProjectContainer .Sign2006
{
	width:105px;
	height:105px;
	margin-right:40px;
	float:left;
}
.BestProjectContainer .Sign2001
{
	background:url(images/n_2001.jpg);
}
.BestProjectContainer .Sign2002
{
	background:url(images/n_2002.jpg);
}
.BestProjectContainer .Sign2003
{
	background:url(images/n_2003.jpg);
}
.BestProjectContainer .Sign2004
{
	background:url(images/n_2004.jpg);
}
.BestProjectContainer .Sign2005
{
	background:url(images/n_2005.jpg);
}
.BestProjectContainer .Sign2006
{
	background:url(images/n_2006.jpg);
}
.BestProjectContainer .SubTitle, .BestProjectContainer .Title1
{
	margin-top:50px;
	font-size:15px;
	font-weight:bold;
}
.BestProjectContainer .Title1
{
	display:block;
}
.BestProjectContainer .Title2
{
	margin-top:10px;
	margin-bottom:20px;
	font-size:18px;
	font-weight:bold;
	display:block;
}
.Clear
{
	clear:both;
}
.BooksAdditionalInfo
{
	width:120px;
	float:right;
	background:#D0D4D4;
	border:solid 1px #BBB;
	padding:5px;
	clear:both;
	margin:0;
}


div.win {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 2px;
	background-color: #ffffff;
}
div.header {
	position: relative;
	background: url(images/head_fon4.gif) no-repeat top left;
	
	width: 840px;
	height: 145px;
	border: 0px solid;
}

div.logo {
	position: relative;
	float: left;
	width: 186px;
	height: 87px;
}
div.logotip {
	position: relative;
	float: left;
	padding: 10px 5px 5px 10px;
}
div.logotext {
	position: relative;
	float: left;
	font: 9px Verdana;
	font-weight: bold;
	width: 80px;
	padding: 8px;
	border: 0px solid;
}
div.logotext a{
	text-decoration: none;
	color: #5E5E5E;
}
div.wdp {
	postion: relative;
	float: left;
	border: 0px solid;
	padding: 16px 0px 10px 5px;
}
div.wdp1 {
	postion: relative;
	float: left;
}
div.wdp1 a {
	font: 36px Impact;
	text-decoration: none;
	color: black;
	font-weight: bolder;
	font-smooth: always;
}
div.wdp1 img{
	postion: relative;
	margin: 10px 0px 0px 0px;
}
div.wdp2 {
	postion: relative;
	float: left;
	padding: 15px 0px 5px 10px;
}
div.wdp3 {
	postion: relative;
	float: left;
	width: 110px;
	padding-left: 15px;
}
div.wdp3 a {
	font: 16px "Trebushet MS";
	text-decoration: none;
	color: black;
	font-weight: bolder;
	font-smooth: always;
}
div.napravlenie {
	 
	postion: relative;
	float: right;
	width: 410px;
	font-color: #ffffff;
	border: 0px solid;
}
div.osn {
	color: #fffff0;
	font: 24px 'Trebuchet MS', Verdana, serif;
	margin: 5px 0px 0px 20px;
}
div.marker {
	display: block;
	position: relative;
	float: left;
}
div.marker img{
	position: relative;
	margin: 7px 5px 4px 0px;
}
div.markertext {
	position: relative;
	float: left;
}
div.markertext a{
	color: #626262;
	font: 11px Verdana;
	font-weight: bold;
	line-height: 160%;
}

div.middle {
	position: relative;
	width: 840px;
	margin: 0px 0px 0px 0px;
	border: 0px solid;
}
div.menu {
	position: relative;
	float: left;
	width: 194px;
}
div.headermenu {
	position: relative;
	float: left;
	width: 194px;
	background: url('images/fon_menu.gif') no-repeat top left;
}
div.headermenu2 {
	position: relative;
	float: left;
	width: 194px;
	background: url('images/fon_menu2.gif') no-repeat top left;
}
div.headermenu3 {
	position: relative;
	float: left;
	width: 194px;
	background: url('images/fon_menu3.gif') no-repeat top left;
}
div.headermenu4 {
	position: relative;
	float: left;
	width: 194px;
	background: url('images/fon_menu4.gif') no-repeat top left;
}
div.headermenu5 {
	position: relative;
	float: left;
	width: 194px;
	background: url('images/fon_menu5.gif') no-repeat top left;
}
div.headermenu6 {
	position: relative;
	float: left;
	width: 194px;
	background: url('images/fon_menu6.gif') no-repeat top left;
}
div.markermenu {
	display: block;
	position: relative;
	float: left;
}
div.markermenu img{
	position: relative;
	margin: 12px 5px 11px 10px;
	padding-left: 10px;
}
div.textmenu {
	position: relative;
	float: left;
}
div.textmenu a{
	font: 11px Tahoma;
	font-weight: bold;
	color: #242424;
	line-height: 31px;
	text-decoration: none;
}
div.adres {
	position: relative;
	float: left;
	background: url('images/adres.gif') no-repeat top left;
	width: 193px;
	height: 188px;
	margin-top: 20px;
}
div.adrestext {
	position: relative;
	float: left;
	font: 11px Verdana;
	font-weight: bolder;
}

div.content {
	position: relative;
	float: center;
	background: url('images/fon_cont2.gif') no-repeat top left;
	width: 644px;
	border: 0px solid;
}
div.textcontent {
	position: relative;
	float: left;
	padding: 25px 1px 25px 25px;
	text-align: justify;
	font: 12px Arial;
	border: 0px solid;
}

span.cont_name {
	font: 24px 'Trebuchet MS', Verdana, serif;
	font-weight: bold;
}

div.news {
	position: relative;
	float: left;
	background: url('images/fon_news2.gif') no-repeat top left;
	width: 614px;
	h2eight: 106px;
	left: 25px;
	font: 11px 'Trebuchet MS', Verdana, serif;
	border: 0px solid;
	
}
div.news_name {
	p2osition: relative;
	f2loat: left;
	font: 24px 'Trebuchet MS', Verdana, serif;
	font-weight: bold;
	margin: 5px 0px 0px 10px;
}
div.news_text {
	border: 0px solid;
	padding: 0px 7px 0px 7px;
	text-align: justify;
}
div.news_text span.bold {
	font-weight: bold;
}
div.news_text span.italic {
font-style: italic; 
}
div.footer {
	position: relative;
	clear: both;
	width: 840px;
	padding-top: 20px;
}
div.footertext {
	position: relative;
	background: #000000;
	height: 27px;
	width: 840px;
	color: #949494;
	font: 9px Verdana;
}
div.footertext a{
	color: #949494;
	font: 9px Verdana;
	text-decoration: none;
}
div.copyright {
	position: relative;
	margin: 4px 0px 0px 100px;
}
div.adres2 {
	position: relative;
	float: right;
	padding: 5px 120px 0px 0px;
}
div.zagolovok {
	position: relative;
	float: left;
	color: #ffffff;
	font: 18px 'Trebuchet MS';
	font-weight: bold;
	margin: 8px 10px 0px 0px;	
}
div.osn_white {
	position: relative;
	border: 0px solid;
	color: #000000;
	font: 24px 'Trebuchet MS', Verdana, serif;
	margin: 5px 0px 5px 0px;
}
div.put {
	font: 9px Verdana;
	position: relative;
}
div.put a{
	font: 9px Verdana;
	color: #2B9F00;
	text-decoration: none;
}
div.dot4 {
	display: block;
	position: relative;
	float: left;
}
div.dot4 img{
	position: relative;
	margin: 7px 5px 7px 0px;
}
div.content2 {
	position: relative;
	padding: 0px 0px 0px 40px;

}
div.markertext2 {
	position: relative;
	float: left;
}
div.markertext2 a{
	color: #2B9F00;
	font: 11px Verdana;
	font-weight: bold;
	line-height: 160%;
}
div.spisok {
	position: relative;
	clear: both;
	width: 800px;
	border: 0px solid;
	
}
div.sp_zagol {
	position: relative;
	float: left;
	font: 24px 'Trebuchet MS';
	left: 100px;
	top: 35px;
}
div.sp_tabl {
	position: relative;
	border: 0px solid;
	width: 740px;
	margin-left: 30px;
}
div.sp_tabl table{
	border-collapse: collapse;
	border-color: black; 
	border-style: solid; 
	border-width: 1px;

}
div.sp_tabl th{
	font: 11px Tahoma;
	font-weight: bold;
	border-color: black; 
	border-style: solid; 
	border-width: 1px;
}
div.sp_tabl td{
	padding: 5px;
	font: 12px Tahoma;
	border-color: black; 
	border-style: solid; 
	border-width: 1px;
}
div.sp_tabl a{
	text-decoration: none;
	font: 12px Tahoma;
	color: #000000;
}
div.sp_tabl td.kursname {
	font: 12px Tahoma;
	font-weight: bold;

}
div.sp_tabl td.kursname a{
	font: 12px Tahoma;
	font-weight: bold;
}
div.lector {
	position: relative;
	float: left;
	border: 0px #c45321 solid;
	padding: 0px 0px 10px 0px;
}
div.photo {
	position: relative;
	float: left;
	border: 0px solid;
	width: 100px;
}
div.resume {
	position: relative;
	float: left;
	border: 0px solid;
	padding-left: 10px;
	width: 438px;
}
div.resume span.fio {
	font: 14px Verdana;
	font-weight: bold;
}
div.resume span.history {
	font: 11px Arial;
}
div.resume span.probel {
	font: 6px Arial;
}
div.clear {
	border: 0px solid;
	clear: both;
	background: url('images/seriy.gif') repeat-x top left;
	width: 540px;
	height: 1px;
	padding: 0px 0px 10px 0px;
}
div.content3 {
	position: relative;
	float: left;
	border: 0px solid;
	width: 560px;
	margin-left: 20px;
}
div.uznat {
	position: relative;
	float: right;
	border: 0px solid;
	font: 9px Verdana;
	color: #36A200;
}
div.uznat a{
	font: 9px Verdana;
	color: #36A200;
}
div.sp_tabl2 {
	position: relative;
	border: 0px solid;
	width: 540px;
	margin-left: 0px;
	margin-top: 20px;
}
div.sp_tabl2 table{
	border-collapse: collapse;
	border-color: black; 
	border-style: solid; 
	border-width: 1px;
}
div.sp_tabl2 th{
	font: 11px Tahoma;
	font-weight: bold;
	border-color: black; 
	border-style: solid; 
	border-width: 1px;
	
}
div.sp_tabl2 td{
	padding: 5px;
	font: 12px Tahoma;
	border-color: black; 
	border-style: solid; 
	border-width: 1px;
}
div.tabl {
	position: relative;
	float: left;
}

div.tabl table {
	border-collapse: collapse;
}
div.tabl td {
	font: 11px Tahoma;
	font-weight: bold;
	padding: 3px;
	
}
div.tabl input.text {
		float: left;
		width: 550px;
		height: 11px;
		border: 1px solid #00000b;
		font: 11px Tahoma;
}
div.tabl select {
		float: left;
		width: 300px;
		height: 16px;
		border: 1px solid #000000;
		font: 11px Tahoma;
}
div.tabl textarea {
		float: left;
		width: 300px;
		height: 110px;
		border: 1px solid #00000b;
		font: 11px Tahoma;
}
div.tabl input.submit {
		cursor: pointer;
		width: 145px;
		height: 23px;
		border: none;
	background: url('images/button.gif') no-repeat center center;
}
div.adrescontact {
	position: relative;
	float: left;
	margin: 3px 0px 0px 0px;
	font: 11px Verdana;
	font-weight: bold;
}
div.dot5 {
	position: relative;
	float: left;

}
div.dot5 img{
	position: relative;
	padding: 3px 3px 0px 0px;
}
div.block {
	position: relative;
	float: left;

}
div.house {
	position: relative; 
	float: left;
	width: 193px;
	height: 222px;
	margin-top: 20px;
}
div.opisanie {
	position: relative;
	float: left;
	border: 0px solid;
	padding-left: 10px;
	width: 540px;
	text-align: justify;
}
div.opisanie span.title {
	font: 12px Verdana;
	font-weight: bold;
}
div.opisanie span.anotation {
	font: 11px Arial;
	text-align: justify;
}
div.opisanie span.probel {
	font: 6px Arial;
}
span.title_napr {
	font: 14px Verdana;
	font-weight: bold;
}
div.lector2 {
	position: relative;
	float: left;
	border: 0px #c45321 solid;
	padding: 0px 0px 10px 0px;
	width: 560px;
}
div.photo2 {
	position: relative;
	float: left;
	border: 0px solid;
	width: 160px;
	height: 200px;
}
div.resume2 {
	position: relative;
	
	border: 0px solid;
	padding-left: 0px;
}
div.resume2 span.fio {
	font: 18px Verdana;
	font-weight: bold;
}
div.resume2 span.history {
	font: 12px Arial;
	
}
div.resume2 span.probel {
	font: 6px Arial;
}
div.resume2 span.text16 {
	font: 16px Verdana;
	font-weight: bold;
	
}
div.resume2 span.bold {
	font-weight: bold;
	
}
div.resume span.bold {
	font-weight: bold;
}