/* Copyright (C) 2002 Metrostar Systems, Inc. */

/* Default Font Type - any font residing within the TD tags of a table */
body, div, p, blockquote, ol, ul, dl, li, dt, dd, td 
{
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 12px;
}

/* Table Header :: Section 508 compliants*/
TH
{
    FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
}

/* ------------------ Default Font Type Styles ------------------ */
/* Bold */
.Normal_bold
{
	font-weight : bold;
}

/* Italic */
.Normal_italic
{
	font-style: italic;
}

/* Underline */
.Normal_underline
{
	text-decoration: underline;
}

/* ------------------ Small Font Type ------------------ */
.Small
{
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 11px;
}

/* Small Bold */
.Small_bold
{
	font-weight : bold;
    FONT-SIZE: 11px;
}

/* Small Italic */
.Small_italic
{
	font-style: italic;
    FONT-SIZE: 11px;
}

/* Small Underline */
.Small_underline
{
	text-decoration: underline;
    FONT-SIZE: 11px;
}

/* ------------------ Copyright Font Type ------------------ */
.copyright
{
    COLOR: #333333;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 10px;
}

/* ------------------ Comments ------------------ */
	.Comments
	{
		FONT-FAMILY: Arial, Helvetica, sans-serif;
		font-size : 11px;
		Color: #999999;
	}
	
/* ------------------ Section Title ------------------ */
	.Section_title
	{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-align:left;
	font-size : 14px;
	font-weight: bold;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	}
	
/* ------------------ Horizontal Rules ------------------ */
	hr {
	border : 0;
	color : #C5C5C5;
	height : 1px;
	width : 100%;
	}

/* ------------------ Design by ------------------ */
	.Designby
	{
		COLOR: #B9B9B9;
		FONT-FAMILY: Arial, Helvetica, sans-serif;
		FONT-SIZE: 10px;
	}
	
/* ------------------ News ------------------ */
.news_header
{
	color:#000;
	font-weight : bold;
    FONT-SIZE: 11px;
	height: 18px;
	padding-top:2px;
	background-color:#D6C082;
	padding-left:10px;
	border-bottom: 1px solid #AB8314;
}

/* ------------------ misc_info ------------------ */
.misc_info
{
	color:#000;
	font-weight : bold;
    FONT-SIZE: 11px;
	height: 18px;
	padding-top:2px;
	background-color:#D6C082;
	padding-left:10px;
	border-bottom: 1px solid #AB8314;
}

/* ------------------ Home Text ------------------ */
.intro_msg
{
	color:#101;
	font-weight : bold;
    FONT-SIZE: 12px;
	font-style:italic;
}
/* ------------------ Section Title ------------------ */
	.Conference_title
	{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	color: #7D6010;
	text-align:left;
	font-size : 14px;
	font-weight: bold;
	text-align:center;
	}
	.Conference_title_small
	{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	color: #7D6010;
	text-align:left;
	font-size : 12px;
	font-weight: bold;
	text-align:center;
	font-style:italic;
	}
/* ------------------ LINKS ------------------ */
/* Universal Links */
A{text-decoration: none;} 
A:link {text-decoration: none; color: #8D6B0F;}
A:visited {text-decoration: none; color: #990000;}
A:active {text-decoration: none; color: #D7AB23;}
A:hover {text-decoration: underline; color: #990000;}

	/* LINKS Set #1 */
	a.MainMenu:link
	{
		text-decoration : none;
		color: #000;
		font-size : 12px;
		font-weight : bold;
	}
	a.MainMenu:visited
	{
		text-decoration: none;
		color: #000;
		font-size : 12px;
		font-weight : bold;
	}
	
	a.MainMenu:hover
	{
		text-decoration: underline;
		color: #000;
		font-size : 12px;
		font-weight : bold;
	}

		/* LINKS Set #2 */
			a.MenuFooter:link
			{
				text-decoration : none;
				color: #8D6B0F;
				font-family : Arial, Helvetica, sans-serif;
				font-size : 10px;
				font-weight : bold;
			}
			a.MenuFooter:visited
			{
				text-decoration: none;
				color: #990000;
				font-family : Arial, Helvetica, sans-serif;
				font-size : 10px;
				font-weight : bold;
			}
		
			a.MenuFooter:hover
			{
				text-decoration: underline;
				color: #990000;
				font-family : Arial, Helvetica, sans-serif;
				font-size : 10px;
				font-weight : bold;
			}
			
				 /* LINKS Set #3 */
			/* Design by: */
			a.metrostar:link
			{
				text-decoration : none;
				color: #cccccc;
				font-family : Arial, Helvetica, sans-serif;
				font-size : 10px;
			}
			a.metrostar:visited
			{
				text-decoration: none;
				color: #cccccc;
				font-family : Arial, Helvetica, sans-serif;
				font-size : 10px;
			}
					
			a.metrostar:hover
			{
				text-decoration: none;
				color: #333333;
				font-family : Arial, Helvetica, sans-serif;
				font-size : 10px;
			}

/* ----------------- Form Feilds ----------------- */
input, textarea, select
{
    FONT-FAMILY: "Andale Mono", "Courier New", Courier, monospace;
    FONT-SIZE: 12px;
	border: 1px solid black;
}
	input.FORMcheckbox, input.FORMradiobutton
	{
		FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
		FONT-SIZE: 12px;
		border-bottom: 0px solid; 
		border-left: 0px solid; 
		border-right: 0px solid; 
		border-top: 0px solid;
		cursor:hand; 
	}
	.Required
	{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-style: bold;
	FONT-SIZE: 12px;
	Font-color: red;
	color: #FF0000;
	}
	.ErrorMsg
	{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-style: italic;
	FONT-SIZE: 10px;
	Font-color: red;
	color: #FF0000;
	}

/* ---------------- Breadcrumb ------------------ */
.Breadcrumb
{
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE:11px;
	background-color: #f0f0f0;
	padding-left:10px;
	border-bottom: 1px solid #C8C8C8;
	height: 20px;
}

/* ---------------- Date ------------------ */
.Date
{
    FONT-SIZE:11px;
	font-weight:bold;
	color:#000;
	background-color: #f0f0f0;
	border-bottom: 1px solid #C8C8C8;
	height:20px;
	text-align:right;
	padding-right:10px;
}

/*---------------Title Headers-------------------*/
.HeaderMain 
{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	color: #000000; 
	background-color: #D9D2C0; 
	font-weight: bold;
	background-image:  url();
	background-repeat: no-repeat;
}
.HeaderSub
{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000000; 
	background-color: #6666FF; 
	font-weight: bold;
	background-image:  url();
	background-repeat: no-repeat;
}

/* ------------------ TD Paragraph ------------------ */
	.Body
	{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-align:left;
	font-size : 12px;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom:3px;
	padding-left:10px;
	padding-right:10px;
	}

/* ---------------- Sample additional styles below ---------------- */
/*                                                                  */
/*     Use the Sample code below to define your new CSS style       */
/*   		
		1. background-image:  url(../images/forum_header_bg.gif);
		2. filter:dropshadow(color=#E8CFD0,offX=1, offY=1);height:3;
		

/* ---------------- Define additional styles below ---------------- */
/*                                                                  */
/*     Use the Sample code below to define your new CSS style       */
/*     Rename your style .(Color)(Size)(Weight) 
			ex:  .BlueLargeBold
                                                            
	.Sample
	{
		COLOR: #333333;
		FONT-FAMILY: Arial, Helvetica, sans-serif;
		FONT-SIZE: 12px;
		font-weight : bold;
	}
*/