/* common styles 
****************************************************
****************************************************
*/

div {
	margin:0px;
	padding:0px;
}

/* repeat dotted grid in lower background*/
body {
	background-color: #ffffff;
	background-image:url(../images/repeat_bottom.gif);
	background-repeat:repeat;
	margin:0px;
	padding:0px;
	font-family: Verdana, Geneva, sans-serif;
}

img {
	border:0px;
}

/* wrap tag to hide images in print style sheet */
#inside_image_banner {
	display:inline;
}

/* used to add very narrow border to banner images in inside version */
.pad1 {
	border:0px;
	margin:0;
	padding-top:1px;
	padding-left:1px;
}

td {
	color: #4b4b4a;
	font-size: 11px;
}

th {
	color: #4b4b4a;
	font-size: 11px;
	font-weight: bold;
}

li {
	color: #4b4b4a;
	font-size: 11px;
	line-height: 16px;
}

a:link 
{
	color: #4b4b4a;
	font-weight: bold;
	text-decoration: none;	
}

a:visited
{
	color: #4b4b4a;
	font-weight: bold;
	text-decoration: none;
}

a:hover 
{
	color: #1d2746;
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
}

.white_text {
	color:#FFF;
}

.no_pad {
	padding: 0px;
}

.top {
	vertical-align: top;
}

.strong {
	font-weight: bold;
}

.emphasis {
	font-style:italic;
}

.align_right {
	text-align:right;
}

.align_center {
	text-align:center;
}

/* italic text to left side of screen
******************************************
******************************************
*/
.side_text_wrap {
	margin-top:39px;
	width:168px;
	float:left;
	display:inline;
	font-style: italic;
	text-align: left;
	color: #919191;
	line-height: 128.5714%;
	padding-left:25px;
}

/* override general paragraph font for side text*/
p.side_text_para {
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

/* main text - header and text
******************************************
******************************************
*/

/* standard version used on home page - border extends along full div */
#main_text_wrap {
	width:634px;
	height:auto;
	padding-top:0px;
	padding-left:32px;
	padding-right:0px;
	padding-bottom:0px;
	margin-right:38px;
	margin-top:39px;
	margin-bottom:20px;
	margin-left:0px;
	float:right;
	border-left-color: #929291;
	border-left-style:dotted;
	border-left-width:thin;
	display:inline; /* without this ie6 will create a gap */
}

/* inside version - padding and border are removed so dotted line does not run up side of whole text block - only runs along div main_text_borderLeft - below side nav bar */
#main_text_wrap_inside {
	width:634px;
	height:auto;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	margin-right:38px;
	margin-top:39px;
	margin-bottom:20px;
	margin-left:0px;
	float:left;
	display:inline;
}

/* inside version - padding only on head so dotted border does not appear */
#main_text_head_inside {
	padding-left:32px;	
}

/* inside version - padding and border */
#main_text_borderLeft_inside {
	padding-left:32px;	
	border-left-color: #929291;
	border-left-style:dotted;
	border-left-width:thin;	
}

h1 {
	margin-top:5px;
	margin-bottom:0px;
	font-size:23px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align: left;
	color: #1d2746;
	line-height: 105%;
	padding-top:1px;
	padding-bottom:2px;
	font-weight: lighter;
}

h2 {
	margin-top:15px;
	margin-bottom:0px;
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	text-align: left;
	color: #4991ad;
	line-height: 69.5652%;
	padding-top:1px;
	padding-bottom:2px;
}

/* paragraph with larger text */
.intro_para {
	margin-top:16px;
	margin-bottom:0px;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #666;
	line-height: 128.571%;
	padding-top:1px;
	padding-bottom:2px;
}

p {
	margin-top:16px;
	margin-bottom:0px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #4b4b4a;
	line-height: 128.5714%;
	padding-top:1px;
	padding-bottom:2px;
}

/* layout classes

****************************************************
****************************************************
*/

.clearfloat {
	clear:both;
	height:0px;
}

/* specific layout divs
******************************************
******************************************
*/
/* repeat image in top background */
#main_wrap  {
	width: 100%;
	background-image:url(../images/repeat_top.jpg);
	background-repeat:repeat-x;
}

/* set width of main, containing all site content bar backgrounds, to 920px; centre main */
#main {
	width:920px;
	margin: 0px auto 0px auto;
	border: 0px solid #f0f0f0;
	padding:0;
	background-image: url(../images/topban.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
}

/* in print style sheet #print_logo contains stand-along logo to display when page printed - hidden for site */
#print_logo {
	display:none;	
}
/* logo in website */
#ascd-computerised-dentistry {
	margin-left:0px;
	margin-top:0px;
	width:313px;
	height:148px;
	margin-bottom:0px;
	float:left;
	display:inline;

}

/* banner image - Advance expertise in computerised dentistry
******************************************
******************************************
*/
#banner {
	margin-left:0px;
	margin-top:0px;
	width:707px;
	height:248px;
	margin-bottom:0px;
	float:left;
	display:inline;
	position: relative;
	top: 0px;
	right: 0px;

}

/* on inside page banner images and text are floated right */
#inside_main_content {
	float:right;
	width:707px;
}
/* box with top border - e.g. find a dentist page */
.contact {
	padding-left:32px;
	margin-top:15px;
	float: left;
	width: 250px;
}
/* box with top border - e.g. find a dentist page */
.box_top {
	padding-left:32px;
	margin-top:15px;
}

/* box with top border - e.g. find a dentist page */
.box_topBorder {
	padding-left:32px;
	margin-top:15px;
	border-top-color: #929291;
	border-top-style:dotted;
	border-top-width:thin;
}

/* box with left border - used on all main pages for dotted border to left of main text */
.box_leftBorder {
	padding-left:32px;
	margin-top:15px;
	border-left-color: #929291;
	border-left-style:dotted;
	border-left-width:thin;
}

/* header contains image - Information for both dentists & patients - and top nav bar
******************************************
******************************************
*/
#header {
	float:right;
	width:607px;
	margin:0;
	border: 0px solid #f0f0f0;
	padding:0;
}

/* image - Information for both dentists & patients */
#top_right_head {
	background-image:url(../images/top_right_head.jpg);
	margin-left:0px;
	margin-top:0px;
	width:607px;
	height:123px;
	margin-bottom:0px;
	float:left;
	display:inline;
}

/* text over background image - information for both dentists and patients */
#top_right_head_text {
	margin-right:0;
	margin-top:75px;
	float:right;
	display:inline;
	font-size:19px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #9DB50C;
	padding:0;
}
/* inactive part of top nav bar */
#top_nav_fill {
	margin:0;
	padding:0;
	width:271px;
	height:25px;
	margin-bottom:0px;
	float:left;
	display:inline;
}

#top_nav_link_bg {
	background-image:url(../images/top_nav_bg.jpg);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	width:607px;
	height:25px;
	float:left;
/*	display:inline;*/

}

/* side navigation bar
******************************************
******************************************
*/
#side_nav {
	float:left;
	width:213px;
	margin-top:0px;
	margin-left:0px;
	border: 0px solid #f0f0f0;
	background-image: url(../images/side-nav-bg.jpg);
	height: 248px;
	display:inline;
}

#chairside_ceramics {
	background-image:url(../images/chairside_ceramics.jpg);
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	width:213px;
	height:20px;
	float:left;
	display:inline;
}

#find_a_dentist {
	background-image:url(../images/find_a_dentist.jpg);
	background-repeat:no-repeat;
	padding:0;
	width:213px;
	height:28px;
	float:left;
	display:inline;
}

#before_and_after {
	background-image:url(../images/before_and_after.jpg);
	background-repeat:no-repeat;
	padding:0;
	width:213px;
	height:28px;
	float:left;
	display:inline;
}

#society_news {
	background-image:url(../images/society_news.jpg);
	background-repeat:no-repeat;
	padding:0;
	width:213px;
	height:28px;
	float:left;
	display:inline;
}

#info_for_dentists {
	background-image:url(../images/info_for_dentists.jpg);
	background-repeat:no-repeat;
	padding:0;
	width:213px;
	height:26px;
	float:left;
	display:inline;
}

#why_bonded_ceramics {
	background-image:url(../images/why_bonded_ceramics.jpg);
	background-repeat:no-repeat;
	padding:0;
	width:213px;
	height:27px;
	float:left;
	display:inline;
}

#links_side {
	background-image:url(../images/links.jpg);
	background-repeat:no-repeat;
	padding:0;
	width:213px;
	height:27px;
	float:left;
	display:inline;
}

#events {
	background-image:url(../images/events.jpg);
	background-repeat:no-repeat;
	padding:0;
	width:213px;
	height:27px;
	float:left;
	display:inline;
}

#member_application {
	background-image:url(../images/member_application.jpg);
	background-repeat:no-repeat;
	padding:0;
	width:213px;
	height:37px;
	float:left;
	display:inline;
}

/* wraps around content in bottom half of site - inside version
******************************************
******************************************
*/
#inside_side_content_wrap {
	float:left;
	width:213px;
	margin-top:0px;
	margin-left:0px;
	border: 0px solid #f0f0f0;
}

/* wraps around content in bottom half of site
  - in home page version this contains all main variable content
  - in inside version this contains only base nav bar and copyright
******************************************
******************************************
*/
#bottom_content_wrap {
	float:left;
	width:920px;
	margin:0;
	padding:0;
	border: 0px solid #f0f0f0;
	background-color: #FFF;
}

/* panels in home page version only
******************************************
******************************************
*/

/* chairside ceramics panel */
#chairside_ceramics_wrap {
	float:right;
	width:254px;
	margin:0;
	padding:0;
	border: 0px solid #f0f0f0;
	overflow:hidden; /* prevents box from expanding in IE6 - if long text or too large an image inserted will clip */
}

#bg_top_panel_chairside_ceramics {
	margin-right:1px;
	margin-top:0px;
	margin-bottom:0px;
	float:right;
	display:inline;
	background-image: url(../images/panel.jpg);
	width:235px;
	height:57px;
	overflow:hidden;
}

#bg_panel_chairside_ceramics {
	margin-right:1px;
	margin-top:0px;
	width:236px;
	height:96px;
	margin-bottom:0px;
	float:right;
	display:inline;
	background-image: url(../images/bg_panel_chairside_ceramics.jpg);
	overflow:hidden;
}

/* why bonded ceramics panel */
#why_bonded_ceramics_wrap {
	float:right;
	width:235px;
	margin:0;
	padding:0;
	border: 0px solid #f0f0f0;
	overflow:hidden; /* prevents box from expanding in IE6 - if long text or too large an image inserted will clip */
}

#bg_top_panel_bonded_ceramics {
	margin-right:1px;
	margin-top:0px;
	margin-bottom:0px;
	float:right;
	display:inline;
	background-image: url(../images/panel.jpg);
	width:235px;
	height:57px;
	overflow:hidden;
}

#bg_panel_bonded_ceramics {
	margin-right:1px;
	margin-top:0px;
	width:235px;
	height:96px;
	margin-bottom:0px;
	float:right;
	display:inline;
	background-image: url(../images/bg_panel_bonded_ceramics.jpg);
	overflow:hidden;
}

/* find a dentist panel */
#find_a_dentist_wrap {
	float:right;
	width:236px;
	margin:0;
	padding:0;
	border: 0px solid #f0f0f0;
	overflow:hidden; /* prevents box from expanding in IE6 - if long text or too large an image inserted will clip */
}

#bg_top_panel_find_a_dentist {
	margin-right:1px;
	margin-top:0px;
	margin-bottom:0px;
	float:right;
	background-image: url(../images/panel.jpg);
	width:235px;
	height:57px;
	overflow:hidden;
	
}
#bg_panel_find_a_dentist {
	margin-right:1px;
	margin-top:0px;
	width:236px;
	height:96px;
	margin-bottom:0px;
	float:right;
	display:inline;
	background-image: url(../images/bg_panel_find_a_dentist.jpg);
	overflow:hidden;
}

/* white text on bottom panels with background image */
.white_panel_text {
	margin-left:20px;
	margin-top:15px;
	width:190px;
	margin-bottom:0px;
	float:left;
	display:inline;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #ffffff;
	line-height: 128.571%;
	padding-top:1px;
	padding-bottom:2px;
}


/* base
******************************************
******************************************
*/

#base_site_map {
	margin-left:0px;
	margin-top:8px;
	width:80px;
	height:30px;
	margin-bottom:0px;
	float:left;
	display:inline;
}

#base_privacy {
	margin-left:0px;
	margin-top:8px;
	width:133px;
	height:30px;
	margin-bottom:0px;
	float:left;
	display:inline;
}

#base_fill {
	margin-left:0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-top:8px;
	padding:0;
	width:707px;
	height:30px;
	float:left;
	display:inline;
}

.copyright {
	width:920px;
	margin:0;
	padding:0;
	float:left;
	display:inline;
	font-size:10px;
	font-family:Georgia, Times New Roman, Times, serif;
	text-align: left;
	color: #0d0f15;
	line-height: 250%;
	background-image:url(../images/repeat_bottom.gif);
	background-repeat:repeat;
}

/* admin background*/
#white_bground {
	background-color: #FFF;
	border: thin dotted #666;
	padding: 30px;
}

/* this is to create a top element around white background. Otherwise IE displays margin area as white background */
#pad_top {
	height: 50px;
	background-image:url(../images/repeat_bottom.gif);
	background-repeat:repeat;
}

.red_text {
	color: #BF0000;
}
#nav  {
	list-style-type: none;
	width: 607px;
	background-repeat: repeat-x;
	float: left;
	height: 25px;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
	clear: both;
	background-image: url(../images/top_nav_bg.jpg);
} #navigation  {
	list-style-type: none;
	text-align: center;
	background-repeat: repeat-x;
	width: 604px;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	background-image: url(../images/top_nav_bg.jpg);
}
#navigation ul {
	list-style-type: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/top_nav_bg.jpg);
	background-repeat: repeat-x;
	float: right;
	height: 25px;
	clear: both;
}
#navigation li {
	font-style: normal;
	font-weight: normal;
	float: left;
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#navigation a {
	text-decoration: none;
	color: #0b3b67;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 25px;
	display: block;
	float: right;
}
#navigation a:hover {
	color: #0b3b67;
	font-weight: bold;
	font-size: 11px;
}
#navigation1 #home    {
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-style: normal;
	width: 90px;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	float: left;
}
#navigation1 #home    a{
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	width: 90px;
	font-size: 11px;
	border-right-width: 1px;
	border-right-color: #FFF;
	line-height: 25px;
	height: 25px;
	padding: 0px;
	display: inline;
	float: left;
}
#home #navigation #home a {
	background-image: url(images/navon.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	color: #0b3b67;
	line-height: 25px;
	height: 25px;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
}
#navigation2 #mem    {
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	font-style: normal;
	width: 140px;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
}
#navigation2 #mem    a{
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	float: left;
	width: 140px;
	font-size: 11px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-right-width: 1px;
	border-right-color: #FFF;
	clear: both;
	height: 25px;
}
#mem #navigation #mem a {
	font-weight: bold;
	color: #0b3b67;
	line-height: 25px;
	height: 25px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	float: left;
	clear: both;
}
#navigation3 #contact    {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-style: normal;
	display: block;
	width: 135px;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	line-height: 25px;
	height: 25px;
	float: left;
}
#navigation3 #contact    a{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-style: normal;
	width: 135px;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	line-height: 25px;
	height: 25px;
	float: left;
}
#contact #navigation #contact a {
	font-weight: bold;
	color: #0b3b67;
	line-height: 25px;
	height: 25px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	float: left;
	clear: both;
}

#navigation4  {
	list-style-type: none;
	font-familyl: Arial, Helvetica, sans-serif;
	text-align: left;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 0px;
	padding: 0;
	position: relative;
}
#navigation4 ul {
	list-style-type: none;
	margin: 0;
	font-familyl: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	line-height: 26px;
}
#navigation4 li {
	text-align: left;
	margin: 0;
	padding: 0px;
	width: 213px;
	line-height: 26px;
}
#navigation4 a {
	text-decoration: none;
	display: block;
	padding-right: 0px;
	padding-left: 20px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 26px;
	font-weight: normal;
	background-image: url(../images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: 9px center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	height: 26px;
}
#navigation4 a:hover {
	margin: 0;
	color: #BEDC0C;
	font-weight: bold;
}
#navigation4 a:active {
	margin: 0;
	color: #BEDC0C;
	font-weight: bold;
}
#chair #navigation4 #chair a {
	text-decoration: none;
	color: #BEDC0C;
	font-weight: bold;
}
#chair #navigation4 #chair a:hover {
	margin: 0;
	color: #BEDC0C;
	font-weight: bold;
} 
#find #navigation4 #find a {
	text-decoration: none;
	color: #BEDC0C;
	font-weight: bold;
}
#find #navigation4 #find a:hover {
	margin: 0;
	color: #BEDC0C;
	font-weight: bold;
} 
#before #navigation4 #before a {
	text-decoration: none;
	color: #BEDC0C;
	font-weight: bold;
}
#before #navigation4 #before a:hover {
	margin: 0;
	color: #BEDC0C;
	font-weight: bold;
} 
#society #navigation4 #society a {
	text-decoration: none;
	color: #BEDC0C;
	font-weight: bold;
}
#society #navigation4 #society a:hover {
	margin: 0;
	color: #BEDC0C;
	font-weight: bold;
} 
#info #navigation4 #info a {
	text-decoration: none;
	color: #BEDC0C;
	font-weight: bold;
}
#info #navigation4 #info a:hover {
	margin: 0;
	color: #BEDC0C;
	font-weight: bold;
} 
#why #navigation4 #why a {
	text-decoration: none;
	color: #BEDC0C;
	font-weight: bold;
}
#why #navigation4 #why a:hover {
	margin: 0;
	color: #BEDC0C;
	font-weight: bold;
} 
#links #navigation4 #links a {
	text-decoration: none;
	color: #BEDC0C;
	font-weight: bold;
}
#links #navigation4 #links a:hover {
	margin: 0;
	color: #BEDC0C;
	font-weight: bold;
} 
#event #navigation4 #event a {
	text-decoration: none;
	color: #BEDC0C;
	font-weight: bold;
}
#event #navigation4 #event a:hover {
	margin: 0;
	color: #BEDC0C;
	font-weight: bold;
} 
#dir #navigation4 #dir a {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}
#dir #navigation4 #dir a:hover {
	margin: 0;
	color: #BEDC0C;
	font-weight: bold;
} 
#con #navigation4 #con a {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}
#con #navigation4 #con a:hover {
	margin: 0;
	color: #BEDC0C;
	font-weight: bold;
} 
#wel #navigation4 #wel a {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}
#wel #navigation4 #wel a:hover {
	margin: 0;
	color: #BEDC0C;
	font-weight: bold;
} 
#past #navigation4 #past a {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}
#past #navigation4 #past a:hover {
	margin: 0;
	color: #BEDC0C;
	font-weight: bold;
} 
#app #navigation4 #app a {
	text-decoration: none;
	color: #BEDC0C;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#app #navigation4 #app a:hover {
	color: #BEDC0C;
	font-weight: bold;
} 
#applink #app    a{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#out #navigation4 #out a {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#out #navigation4 #out a:hover {
	color: #BEDC0C;
	font-weight: bold;
} 
#outlink #out    a{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.panel_link a:link 
{
	margin-left:20px;
	margin-top:20px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	text-align: right;
	color: #ffffff;
	font-size: 12px;
	background-image: url(../images/warrow.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 10px;
}
.panel_link a:visited 
{
	margin-left:20px;
	margin-top:20px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	text-align: right;
	color: #ffffff;
	font-size: 12px;
	background-image: url(../images/warrow.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 10px;
}

.panel_link a:hover 
{
	margin-left:20px;
	margin-top:20px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:underline;
	text-align: right;
	color: #ffffff;
	font-size: 12px;
}
