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


/* GENERAL
----------------------------------------------------*/
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #3b6081;  /*Medium Blue */
	background-color:#3b6081; /*Medium Blue */
}
p, td, li, ul, ol, h1, h2, h3, h4, h5, h6, input, select, textarea	{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #3b6081;  /*Medium Blue */
}
/* Titles at top of page */
/* Medium Blue */
.content_title1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3b6081;   /* Medium Blue*/
	font-weight: bold;
}

/* Brighter Blue */
.content_title2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2993dc;   /* Brighter Blue */
	font-weight: bold;
}

/* Sub Titles in Page */
/* Medium Blue */
.content_subtitle1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3b6081;   /* Medium Blue*/
	font-weight: bold;
}

/* Brighter Blue */
.content_subtitle2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2993dc; /* Brighter Blue*/
	font-weight: bold;
}


/* Bold text in the body of a page */
/* Medium Blue */
.body_text_bold1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #3b6081;   /* Medium Blue */
	font-weight: bold;
}

/* Brighter Blue */
.body_text_bold2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #2993dc;   /* Brighter Blue */
	font-weight: bold;
}

/*links */
.links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;   /* Dark Blue */
	text-align: left;
}
/*links centered */
.linksc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;   /* Dark Blue */
	text-align: center;
}
/*links on exhibitor list */
.linkex {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;   /* RED*/
	text-align: left;
}


/* TOPBANNER
----------------------------------------------------*/

.topTdL {
	font-size: 11px;
}


/* MENUS
----------------------------------------------------*/
#tableMenu {
	font-size: 15px;
}
#tableMenu a, #tableMenu a:visited, #tableMenu a:active, #tableMenu a:link {
	font-size: 13px;
	padding: 0 8px;
}



/* HOME
----------------------------------------------------*/


/* EXHIBITOR LIST
----------------------------------------------------*/



/* EXHIBITOR DETAIL  
----------------------------------------------------*/
.detailTitle1 td {
	font-size: 14px;

}
.detailTitle2 td {
	font-size: 11px;

}



/* FOOTER 
----------------------------------------------------*/




/* FORMATAGE
----------------------------------------------------*/
