p.hometext {
	font-weight: normal;
	font-family: Museo 300;
	margin-top: 0px;
	color: #666666;
	font-size: 12px;
	line-height: 18px;
}

.menutext {
	font-weight: normal;
	font-family: Museo 300;
	margin-top: 0px;
	top: 0px;
	margin-bottom: 10px;
	color: #67073c;
	font-size: 14px;
}

.headertext {
	font-weight: normal;
	font-family: Museo 300;
	margin-top: 0px;
	top: 0px;
	margin-bottom: 15px;
	color: #67073c;
	font-size: 14px;
}

.headertextpink {
	font-weight: normal;
	font-family: Museo 300;
	margin-top: 0px;
	top: 0px;
	margin-bottom: 15px;
	color: #a22665;
	font-size: 14px;
}

a {
	outline: none;
	border: none;
}

img a {
	border: none;
}

html {
	padding: 0;
}

/*------------------------*/

img {
	border: none;
}

/*------------------------*/

body {
	margin: 0px;
	padding: 0px;
	display: block;
	background: url(images/background.jpg);
	background-attachment: fixed;
	background-position: top center;
	font-family: "trebuchet MS", verdana, arial;
	width: 100%;
	height: 100%;
}

div.wrapper {
	position: relative;
	background: #FFFFFF;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: auto;
	overflow: auto;
	padding-bottom: 6px;
	overflow-x: hidden;
	overflow-y: hidden;
	margin-bottom: 0px;
}

#overWrap {
	display: block;
	position: relative;
	background-position: top center;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	overflow: hidden;
	width: 840px;
	padding-bottom: 50px;
}

#topimage {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 50px;
}

#bubble {
	position: absolute;
	z-index: 5;
	float: right;
	width: 180px;
	height: 211px;
	left: 637px;
	top: 9px;
}

#textbox {
	display: block;
	padding-top: 25px;
	padding-left: 45px;
	margin-bottom: -5px;
	width: 525px;
	padding-right: 200px;
	float: left;
	height: 110px;
	background: url(images/text-box.png) no-repeat;
}

#boxcontainer1 {
	background: #FFFFFF;
	display: block;
	float: left;
	height: 175px;
	width: 800px
}

#boxcontainerportfolio {
	display: block;
	float: left;
	height: 600px;
	width: 800px
}

#processcontainer {
	display: block;
	float: left;
	height: auto;
	overflow: hidden;
	width: 800px
}

#boxcontainer2 {
	display: block;
	float: left;
	height: 154px;
	width: 800px;
}

#boxcontainer3 {
	display: block;
	float: left;
	height: 154px;
	width: 800px;
}

div.boxcontainer {
	background: #FFFFFF;
	display: block;
	float: left;
	height: 154px;
	width: 800px;
}

div.boxcontainer4 {
	background: #FFFFFF;
	display: block;
	float: left;
	height: 154px;
	width: 800px;
}

/*-----------menu------------*/

a.nav {
	color: #993300;
	text-decoration: none;
	display: block;
}

#caja {
	float: left;
	margin-left: 12px;
	margin-bottom: 5px;
	padding-bottom: 15px;
	background: #FFFFFF;
	top: 0px;
	height: 110px;
	overflow: auto;
	width: 800px;
	display: none;
	padding-top: 15px;
	z-index: 1;
}

#cajaopen {
	float: left;
	margin-left: 12px;
	margin-bottom: 5px;
	background: #FFFFFF;
	top: 0px;
	height: 110px;
	overflow: hidden;
	width: 800px;
	padding-top: 15px;
	z-index: 15;
}

#mostrar {
	float: left;
	height: 50px;
	display: block;
	width: 800px;
	background: url(images/logo-bar.png) no-repeat;
	z-index: 1;
}

#navbox1 {
	float: left;
	margin-left: 15px;
	display: block;
	width: 100px;
	height: 75px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-top: 3px;
}

#navbox2 {
	float: left;
	display: block;
	width: 100px;
	margin-right: 15px;
	height: 75px;
	margin-bottom: 5px;
	margin-top: 3px;
	padding: 0px;
}

#navbox3 {
	float: left;
	display: block;
	width: 100px;
	margin-right: 15px;
	height: 75px;
	margin-bottom: 5px;
	margin-top: 3px;
}

#navbox4 {
	float: left;
	display: block;
	width: 100px;
	margin-right: 15px;
	height: 75px;
	margin-bottom: 5px;
	margin-top: 3px;
}

div.navboxspacer {
	background: url(images/menu-spacer.png) no-repeat;
	float: left;
	display: block;
	width: 15px;
	margin-right: 20px;
	height: 75px;
	margin-bottom: 5px;
	margin-top: 3px;
}

/*-----------menu------------*/

div.mainpicfolio {
	margin-left: 15px;
	overflow: hidden;
	margin-top: 5px;
	position: relative;
	float: left;
	height: 350px;
	width: 770px;
}

img {
	border: none;
}

/* Easy Slider */

#slider ul, #slider li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#slider li {
	/*
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/
	width: 780px;
	height: 340px;
	overflow: hidden;
}

#prevBtn {
	background: url(images/prev-button-big.png) no-repeat;
	display: block;
	left: 0px;
	top: 5px;
	width: 20px;
	height: 340px;
	position: absolute;
	z-index: 15;
}

#nextBtn {
	background: url(images/next-button-big.png) no-repeat;
	top: 5px;
	left: 750px;
	display: block;
	width: 20px;
	height: 340px;
	position: absolute;
}

#prevBtn:hover {
	background: url(images/prev-button-big-RO.png) no-repeat;
	text-decoration: none;
	display: block;
	width: 20px;
	height: 340px;
}

#nextBtn:hover {
	background: url(images/next-button-big-RO.png) no-repeat;
	text-decoration: none;
	display: block;
	width: 20px;
	height: 340px;
}

#prevBtn a {
	text-decoration: none;
	display: block;
	width: 20px;
	height: 340px;
	font-size: 8pt;
	color: #747474;
}

#nextBtn a {
	text-decoration: none;
	display: block;
	width: 20px;
	height: 340px;
	font-size: 8pt;
	color: #747474;
}

/* // Easy Slider */

div.portfoliotextbox {
	position: inherit;
	display: block;
	float: left;
	margin-top: 10px;
	margin-left: 35px;
	height: 200px;
	width: 500px;
}

div.processtextbox {
	position: inherit;
	display: block;
	float: left;
	margin-top: 10px;
	margin-left: 35px;
	height: auto;
	width: 600px;
}

div.projectbox {
	background: url(images/project-box.png) no-repeat;
	float: right;
	display: block;
	height: 194px;
	width: 174px;
	margin-right: 25px;
	margin-top: 10px;
}

div.projecttext {
	display: block;
	height: 40px;
	width: 154px;
	margin-left: 20px;
	margin-top: 20px;
}

/*-----------bottommenu------------*/

#cajabottom {
	float: left;
	background: #67073c;
	margin-left: 20px;
	margin-bottom: 25px;
	padding-top: 25px;
	top: 0px;
	height: 110px;
	overflow: auto;
	width: 800px;
	display: none;
	z-index: 1;
}

#mostrarbottom {
	margin-bottom: 10px;
	background: #CCCCCC;
	float: left;
	height: 20px;
	margin-left: 20px;
	margin-right: auto;
	margin-top: 0px;
	display: block;
	width: 800px;
	z-index: 1;
}

#bottombox1 {
	float: left;
	margin-left: 30px;
	display: block;
	width: 100px;
	height: 75px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 3px;
}

#bottombox2 {
	float: left;
	margin-left: 15px;
	display: block;
	width: 100px;
	height: 75px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 3px;
}

#bottombox3 {
	float: left;
	margin-left: 15px;
	display: block;
	width: 100px;
	height: 75px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 3px;
}

#bottombox4 {
	float: left;
	margin-left: 15px;
	display: block;
	width: 100px;
	height: 75px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 3px;
}

#bottombox5 {
	float: left;
	margin-left: 15px;
	display: block;
	width: 100px;
	height: 75px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 3px;
}

div.bottomspacer {
	background: url(images/menu-spacer-bottom2.png) no-repeat;
	float: left;
	display: block;
	width: 15px;
	margin-right: 20px;
	height: 75px;
	margin-bottom: 5px;
	margin-top: 3px;
}

/*-----------bottommenu------------*/

div.bigspacer {
	position: inherit;
	display: block;
	background: url(images/spacer-big.png) no-repeat;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 10px;
	width: 800px;
}

div.designbox {
	position: relative;
	background: #FFFFFF;
	display: block;
	float: left;
	padding-top: 20px;
	height: auto;
	width: 800px;
	overflow: hidden;
}

div.teambox {
	position: relative;
	background: #FFFFFF;
	display: block;
	float: left;
	padding-top: 20px;
	height: auto;
	padding-bottom: 15px;
	width: 800px;
}

div.designboxtext1 {
	position: inherit;
	display: block;
	float: left;
	margin-top: 0px;
	margin-left: 25px;
	height: auto;
	overflow: hidden;
	width: 600px;
}

div.packagetext {
	position: inherit;
	display: block;
	float: left;
	margin-top: 0px;
	margin-left: 25px;
	height: auto;
	overflow: hidden;
	width: 580px;
}

div.packagebubble {
	position: inherit;
	display: block;
	float: right;
	margin-top: 0px;
	margin-right: 20px;
	height: 176px;
	width: 150px;
}

div.teamtext1 {
	position: inherit;
	display: block;
	float: right;
	padding-top: 15px;
	margin-top: 10px;
	margin-right: 60px;
	height: auto;
	overflow: hidden;
	width: 550px;
}

div.teampic {
	position: inherit;
	display: block;
	float: left;
	margin-top: 10px;
	margin-left: 25px;
	height: 137px;
	width: 137px;
}

div.designboxtext2 {
	position: relative;
	margin-top: 10px;
	display: block;
	margin-left: 25px;
	float: left;
	height: auto;
	overflow: hidden;
	width: 600px;
}

div.designboxtext3 {
	position: relative;
	margin-top: 15px;
	display: block;
	margin-left: 25px;
	float: left;
	height: auto;
	overflow: hidden;
	width: 600px;
}

#navbox1 {
	float: left;
	display: block;
	width: 100px;
	height: 75px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-top: 3px;
}

#navbox2 {
	float: left;
	display: block;
	width: 100px;
	margin-right: 15px;
	height: 75px;
	margin-bottom: 5px;
	margin-top: 3px;
}

#navbox3 {
	float: left;
	display: block;
	width: 100px;
	margin-right: 15px;
	height: 75px;
	margin-bottom: 5px;
	margin-top: 3px;
}

#navbox4 {
	float: left;
	display: block;
	width: 100px;
	margin-right: 15px;
	height: 75px;
	margin-bottom: 5px;
	margin-top: 3px;
}

#frontbox1 {
	background: url(images/frontbox1.jpg) no-repeat;
	margin-left: 19px;
	margin-top: 15px;
	display: block;
	float: left;
	height: 137px;
	width: 137px;
	z-index: 0;
}

#frontbox2 {
	background: url(images/frontbox2.jpg) no-repeat;
	margin-left: 19px;
	margin-top: 15px;
	display: block;
	float: left;
	height: 137px;
	width: 137px;
}

#frontbox3 {
	background: url(images/frontbox3.jpg) no-repeat;
	margin-left: 19px;
	margin-top: 15px;
	display: block;
	float: left;
	height: 137px;
	width: 137px;
}

#frontbox4 {
	background: url(images/frontbox4.jpg) no-repeat;
	margin-left: 19px;
	margin-top: 15px;
	display: block;
	float: left;
	height: 137px;
	width: 137px;
}

#frontbox5 {
	background: url(images/frontbox5.jpg) no-repeat;
	margin-left: 19px;
	margin-top: 15px;
	display: block;
	float: left;
	height: 137px;
	width: 137px;
}

#frontbox6 {
	background: url(images/frontbox6.jpg) no-repeat;
	margin-left: 19px;
	display: block;
	float: left;
	height: 137px;
	width: 137px;
}

#frontbox7 {
	background: url(images/frontbox7.jpg) no-repeat;
	margin-left: 19px;
	display: block;
	float: left;
	height: 137px;
	width: 137px;
}

#frontbox8 {
	background: url(images/frontbox8.jpg) no-repeat;
	margin-left: 19px;
	display: block;
	float: left;
	height: 137px;
	width: 137px;
}

#frontbox9 {
	background: url(images/frontbox9.jpg) no-repeat;
	margin-left: 19px;
	display: block;
	float: left;
	height: 137px;
	width: 137px;
}

#frontbox10 {
	background: url(images/frontbox10.jpg) no-repeat;
	margin-left: 19px;
	display: block;
	float: left;
	height: 137px;
	width: 137px;
}

#frontbox11 {
	background: url(images/frontbox11.jpg) no-repeat;
	margin-left: 19px;
	display: block;
	float: left;
	height: 137px;
	width: 137px;
}

#frontbox12 {
	background: url(images/frontbox12.jpg) no-repeat;
	margin-left: 19px;
	display: block;
	float: left;
	height: 137px;
	width: 137px;
}

#frontbox13 {
	background: url(images/frontbox13.jpg) no-repeat;
	margin-left: 19px;
	display: block;
	float: left;
	height: 137px;
	width: 137px;
}

#frontbox14 {
	background: url(images/frontbox14.jpg) no-repeat;
	margin-left: 19px;
	display: block;
	float: left;
	height: 137px;
	width: 137px;
}

#frontbox15 {
	background: url(images/frontbox15.jpg) no-repeat;
	margin-left: 19px;
	display: block;
	float: left;
	height: 137px;
	width: 137px;
}

#frontbox16 {
	background: url(images/frontbox16.jpg) no-repeat;
	margin-left: 19px;
	display: block;
	float: left;
	height: 137px;
	width: 137px;
}

#frontbox17 {
	background: url(images/frontbox17.jpg) no-repeat;
	margin-left: 19px;
	display: block;
	float: left;
	height: 137px;
	width: 137px;
}

#frontbox18 {
	background: url(images/frontbox20.jpg) no-repeat;
	margin-left: 19px;
	display: block;
	float: left;
	height: 137px;
	width: 137px;
}

#frontbox19 {
	background: url(images/frontbox18.jpg) no-repeat;
	margin-left: 19px;
	display: block;
	float: left;
	height: 137px;
	width: 137px;
}

#frontbox20 {
	background: url(images/frontbox19.jpg) no-repeat;
	margin-left: 19px;
	display: block;
	float: left;
	height: 137px;
	width: 137px;
}

#frontbox21 {
	background: url(images/frontbox21.jpg) no-repeat;
	margin-left: 19px;
	display: block;
	float: left;
	height: 137px;
	width: 137px;
}

#frontbox22 {
	background: url(images/frontbox22.png) no-repeat;
	margin-left: 19px;
	display: block;
	float: left;
	height: 137px;
	width: 137px;
}

#frontbox23 {
	background: url(images/frontbox23.png) no-repeat;
	margin-left: 19px;
	display: block;
	float: left;
	height: 137px;
	width: 137px;
}

#frontbox24 {
	background: url(images/frontbox24.png) no-repeat;
	margin-left: 19px;
	display: block;
	float: left;
	height: 137px;
	width: 137px;
}

#frontbox25 {
	background: url(images/frontbox25.png) no-repeat;
	margin-left: 19px;
	display: block;
	float: left;
	height: 137px;
	width: 137px;
}

#frontbox26 {
	background: url(images/frontbox26.png) no-repeat;
	margin-left: 19px;
	display: block;
	float: left;
	height: 137px;
	width: 137px;
}

#frontbox27 {
	background: url(images/frontbox27.png) no-repeat;
	margin-left: 19px;
	display: block;
	float: left;
	height: 137px;
	width: 137px;
}

#frontbox28 {
	background: url(images/frontbox28.png) no-repeat;
	margin-left: 19px;
	display: block;
	float: left;
	height: 137px;
	width: 137px;
}

#frontbox29 {
	background: url(images/frontbox29.png) no-repeat;
	margin-left: 19px;
	display: block;
	float: left;
	height: 137px;
	width: 137px;
}

#frontbox30 {
	background: url(images/frontbox30.png) no-repeat;
	margin-left: 19px;
	display: block;
	float: left;
	height: 137px;
	width: 137px;
}

div.boxrollovercopy {
	display: block;
	float: left;
	height: 90px;
	width: 107px;
}

div.boxarrow {
	display: block;
	float: right;
	height: 22px;
	width: 23px;
	margin-top: 5px;
}

p {
	margin: 0px;
}

div.maptextbox {
	position: inherit;
	display: block;
	float: left;
	margin-top: 0px;
	margin-left: 40px;
	height: 350px;
	overflow: hidden;
	width: 250px;
	margin-top: 10px;
	margin-bottom: 70px;
}

div.map {
	position: relative;
	display: block;
	float: right;
	margin-right: 30px;
	height: 340px;
	width: 440px;
	padding: 5px 5px 5px 5px;
	background: #00FF66;
	margin-bottom: 70px;
	margin-top: 10px;
	background: url(images/mapback.png) no-repeat;
}

div.contactboxtext {
	position: inherit;
	display: block;
	float: left;
	margin-top: 0px;
	margin-left: 20px;
	padding-left: 20px;
	height: auto;
	overflow: hidden;
	width: 450px;
}

div.contactbullets {
	display: block;
	float: right;
	margin-top: 0px;
	float: right;
	height: 210px;
	overflow: hidden;
	width: 150px;
	margin-right: 40px;
	margin-top: 30px;
}

div.contactboxtextright {
	position: inherit;
	display: block;
	float: right;
	margin-top: 0px;
	margin-right: 45px;
	height: auto;
	overflow: hidden;
	width: 200px;
	text-align: left;
}

.maintextwhite {
	font-family: "verdana", arial, sans-serif;
	font-size: 7pt;
	color: #ffffff;
	font-weight: 200;
	text-decoration: none;
	display: block;
	line-height: 12px;
}

.maintextwhite2 {
	font-family: "verdana", arial, sans-serif;
	font-size: 7pt;
	color: #ffffff;
	font-weight: 200;
	text-decoration: none;
	display: block;
	line-height: 12px;
	margin-top: 7px;
	margin-bottom: 3px;
}

.maintextpinksmall {
	font-family: "verdana", arial, sans-serif;
	font-size: 7pt;
	color: #f5158e;
	font-weight: 200;
	text-decoration: none;
	line-height: 12px;
}

.maintextpink {
	font-family: "verdana", arial, sans-serif;
	font-size: 9pt;
	color: #f5158e;
	font-weight: 200;
	text-decoration: none;
	display: block;
	margin-bottom: 17px;
	line-height: 12px;
}

#nav, #nav ul {
	list-style: none;


/* ie7 hack to line the pop-up links left*/
	padding: 0;
	margin: 0;
}

.nav, .nav ul {
	list-style: none;


/* ie7 hack to line the pop-up links left*/
	padding: 0;
	margin: 0;
}

/* ie7 hack to make it display on 1 line*/

#nav {
	width: 790px;
	margin: 3px 0;
}

/* ie7 hack to make it display on 1 line*/

.nav {
	width: 790px;
	margin: 3px 0;
}

/* ie7 hack to make it display on 1 line*/

.nav {
	width: 790px;
	margin: 3px 0;
}

#nav li {
	float: left;
	position: relative;
	font-size: 8pt;
}

.nav li {
	float: left;
	position: relative;
	font-size: 8pt;
}

#nav a:link, #nav a:visited {
	display: block;
	text-decoration: none;
	color: #fff;
}

.nav a:link, .nav a:visited {
	display: block;
	text-decoration: none;
	color: #fff;
}

.nav a:link, .nav a:visited {
	display: block;
	text-decoration: none;
	color: #fff;
}

#nav a:hover {
	text-decoration: none;
	color: #ccc;
}

.nav a:hover {
	text-decoration: none;
	color: #ccc;
}

#nav ul {
	display: none;
}

.nav ul {
	display: none;
}

#nav ul li {
	background: #891b53;
	display: block;
	float: left;
	height: 117px;
	width: 117px;
	padding: 10px;
}

.nav ul li {
	background: #891b53;
	display: block;
	float: left;
	height: 117px;
	width: 117px;
	padding: 10px;
}

#nav li:hover ul {
	display: block;
	bottom: 0px;
	position: absolute;
}

.nav li:hover ul {
	display: block;
	bottom: 0px;
	position: absolute;
}

ul.mainnav {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

li.menunav {
	font-family: "verdana", verdana, arial, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	list-style-type: none;
	line-height: 17px;
}

p {
	font-family: "verdana", arial, sans-serif;
	font-size: 8pt;
	color: #878686;
	font-weight: 200;
	text-decoration: none;
	line-height: 18px;
}

p.headergrey {
	font-family: "verdana", arial, sans-serif;
	font-size: 8pt;
	color: #313131;
	font-weight: 200;
	text-decoration: none;
	line-height: 18px;
	font-weight: 200;
}

p.margin {
	font-family: "verdana", arial, sans-serif;
	font-size: 8pt;
	color: #878686;
	font-weight: 200;
	text-decoration: none;
	line-height: 18px;
	margin-top: 15px;
}

.pspan {
	font-family: "verdana", arial, sans-serif;
	font-size: 8pt;
	color: #878686;
	font-weight: 200;
	text-decoration: none;
	line-height: 28px;
	margin-top: 6px;
}

p.marginred {
	font-family: "verdana", arial, sans-serif;
	font-size: 8pt;
	color: #92336d;
	font-weight: 200;
	text-decoration: none;
	line-height: 18px;
	margin-top: 10px;
}

a.topnav:link {
	font-family: "verdana", arial, sans-serif;
	font-size: 11px;
	color: #878686;
	font-weight: 200;
	text-decoration: none;
	line-height: 16px;
}

a.topnav:visited {
	font-family: "verdana", arial, sans-serif;
	font-size: 11px;
	color: #878686;
	font-weight: 200;
	text-decoration: none;
	line-height: 16px;
}

a.topnav:hover {
	font-family: "verdana", arial, sans-serif;
	font-size: 11px;
	color: #92336d;
	font-weight: 200;
	line-height: 16px;
}

a.topnav2:link {
	font-family: "verdana", arial, sans-serif;
	font-size: 8pt;
	color: #ffffff;
	font-weight: 200;
	text-decoration: none;
	line-height: 16px;
}

a.topnav2:visited {
	font-family: "verdana", arial, sans-serif;
	font-size: 8pt;
	color: #ffffff;
	font-weight: 200;
	text-decoration: none;
	line-height: 16px;
}

a.topnav2:hover {
	font-family: "verdana", arial, sans-serif;
	font-size: 8pt;
	color: #d21676;
	font-weight: 200;
	line-height: 16px;
}

a.ridgelink:link {
	font-family: "verdana", arial, sans-serif;
	font-size: 8pt;
	color: #878686;
	font-weight: 200;
	text-decoration: none;
	line-height: 16px;
}

a.ridgelink:visited {
	font-family: "verdana", arial, sans-serif;
	font-size: 8pt;
	color: #878686;
	font-weight: 200;
	text-decoration: none;
	line-height: 16px;
}

a.ridgelink:hover {
	font-family: "verdana", arial, sans-serif;
	font-size: 8pt;
	color: #67073c;
	font-weight: 200;
	text-decoration: none;
	line-height: 16px;
}

a.portback:link {
	font-family: "verdana", arial, sans-serif;
	font-size: 11px;
	color: #92336d;
	font-weight: 200;
	text-decoration: none;
	line-height: 16px;
}

a.portback:visited {
	font-family: "verdana", arial, sans-serif;
	font-size: 11px;
	color: #92336d;
	font-weight: 200;
	text-decoration: none;
	line-height: 16px;
}

a.portback:hover {
	font-family: "verdana", arial, sans-serif;
	font-size: 11px;
	color: #92336d;
	font-weight: 200;
	line-height: 16px;
	text-decoration: underline;
}

.nobr {
	white-space: nowrap;
}