@charset "utf-8";
/* CSS Document */

/* Structure */
#top-logo-mobiDirectory {
	position	:relative;
	width		:320px;
	height		:60px;
	background-image:url(http://www.mobiweb.mobi/directory/_images/MobiDirectoryLogo_top.jpg)
}
#top-logo-mobiWeb {
	position	:relative;
	width		:320px;
	height		:60px;
	background-image:url(http://www.mobiweb.mobi/directory/_images/MobiWebLogo_top.jpg)
}
#normal-text-box {
	position	: relative;
	width		: 311px;
	border-style: solid;
	border-width: 2px;
	margin		: 0px;
	padding		: 0px 0px 0px 5px;  /*Top Right Bottom Left */
	border-color: #999999;
}
#color-text-box {
	position	: relative;
	width		: 302px;
	border-style: solid;
	border-width: 4px;
	margin		: 0px;
	padding		: 0px 5px 0px 5px; /*Top Right Bottom Left */
}

/* Formats */

body {
	background-color:#eeeeee;
}

p {
	font-family	: Arial, Helvetica, sans-serif; /* This class is for normal paragraphs using no "class=" qualifiers*/
	font-size	: 12px	;
}

.p {
	font-family	: Arial, Helvetica, sans-serif; /* This class is for list elements and other text using "class=p" qualifiers to make them the same as normal paragraphs.*/
	font-size	: 12px	;
}
.mobiBlue {
	color		: #0066CC;
}
.mutedYellow {
	color		: #FF0;
}
.white {
	color		: #FFF;
}
.maroon {
	color		:#943634;
}
.jetBlack {
	color		:#000000;
}
.heading {
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 18px;
	font-style	: normal;
	font-weight	: bold;
	text-align	: center;
}
.sm-heading {
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 14px;
	font-style	: normal;
	font-weight	: bold;
	text-align	: left;
}
.bullet {
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 12px;
	font-style	: normal;
	text-align	: left;
	line-height	: 1.2em;
	
	padding-left: 20px;
}
.sm-bullet {
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 11px;
	font-style  :italic;
	text-align	: left;
	line-height	: 1.0em;	
	padding-left: 2px;
}

