/*
START OF STANDARD  HTML TAGS
*/
	
	body {
		background-color: #FFFFFF;
	}
	
	
	p, li, h1,h4, Conf_Title, Conf_SubTitle, Conf_SubSubTitle, General_Title {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: small;
		font-style: normal;
		font-weight: normal;
	}
	
	
	h1 {
		font-size: large;
		font-weight: bold;
		background-color : #FFFFFF;
	}

	h4{
		font-size: medium;
		font-weight: bold;
		background-color : #FFFFFF;
	}
	
/*
END OF STANDARD  HTML TAGS
*/





/*
START OF LINKS
*/

	A:link  {
		text-decoration: none;
		color:#0000FF;
	}
	
	
	A:visited {
		text-decoration: none;
		color:#92007b;
	}
	
	
	A:hover {
		text-decoration: underline;
		color:#0000FF;
	}

/*
END OF LINKS
*/





/*
START OF PAGE TITLES
*/

	.Conf_Title {
		font-size: x-large;
		font-weight: bold;
		text-align: center;
	}
	
	
	.Conf_SubTitle {
		font-size: large;
		font-style: normal;
		font-weight: bold;
		text-align: center;
	}
	
	
	.Conf_SubSubTitle {
		font-size: normal;
		font-weight: bold;
		text-align: center;
	}

/*
END OF PAGE TITLES
*/





/*
START OF OTHER TITLES
*/
	
	.General_Title {
		font-size: x-large;
		font-style: normal;
		text-align: center;
	}
	
	
	.General_SubTitle {
		font-weight: bold;
	}
	
	.Committee_Title {
		font-size: large;
		font-weight: bold;
		background-color : #EEEEEE;
	}
/*
END OF OTHER TITLES
*/




/*
START OF PROGRAM
*/
	
	.Program_Table {
		border-collapse: collapse;
		border: 1px solid #000000;
		width: 100%;
	}
	
	.Paper_Title {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: small;
		font-style: italic;
		font-weight: bold;
	}
	
	.Paper_FileSize {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: x-small;
		font-style: normal;
		font-weight: normal;
	}
	
	.Paper_Author {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: x-small;
		font-style: normal;
		font-weight: bold;
	}
	
	.Paper_Description {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: small;
		font-style: normal;
		font-weight: normal;
	}
	
	.Paper_Reference {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: x-small;
		font-weight: normal;
	}
	
	.Program_Date {font-size: 18 px; font-weight: bold;}
	.Program_Time {font-weight: normal;}
	.Program_Paper_Title {font-weight: bold;}
	.Program_Paper_Author {font-weight: normal;}
	.Program_Paper_Affiliation {font-style: italic;}
	.Program_SectionTitle {font-size: 18 px; font-weight: bold;}
	
	td.Program_Cell_Keynote {background-color: #FDFDB4;
		border: 1px solid #000000;}
	td.Program_Cell_Discussion {background-color: #FDFDB4;
		border: 1px solid #000000;}
	td.Program_Cell_Administration {background-color: #CCCCCC;
		border: 1px solid #000000;}
	td.Program_Cell_Paper {background-color: #CCFFCC;
		border: 1px solid #000000;}
	td.Program_Cell_Break {background-color: #BABAE9;
		border: 1px solid #000000;}
	td.Program_Cell_Social {background-color: #EBBDEB;
		border: 1px solid #000000;}

/*
END OF PROGRAM
*/



tr.Cell_Callout {
	background-color: FFFF33;
}


.Breadcrumbs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	margin: 4px;
}



/*
START OF BOXES
*/
	
	.blocktable {
		width: 100%;
		border-collapse: collapse;
		border: 1px solid #000099;
	}
	
	
	.blocktitle {
		width: 100%;
		padding: 3px;
		background-color: #ccff33;
		text-align: right;
		font-size: small;
		font-family: sans-serif;
		font-weight: bold;
		border: 1px solid #000099;
	}
	
	
	.blockcontent {
		background-color: #FFFFFF;
		border: 1px solid #000099;
	}
	
/*
END OF BOXES
*/





/*
START OF NAVBAR
*/
	
	#navlist {
		margin: 0px;
		padding: 3px;
		width: 100%;
		background-color: #ccff33;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: xx-small;
		font-style: normal;
		font-weight: normal;
	}
	
	
	#navlist li {
		list-style: none;
		border: 1px solid #ccff33;
	}
	
	
	.active {
		list-style: none;
		border: 1px solid #000099;
		font-weight: bold;
		font-size: small;
	}
	
	
	.sub {
		list-style: none;
		border: 1px solid #000099;
		
	}
	
	.subactive {
		list-style: none;
		border: 1px solid #000099;
		font-weight: bold;
		
	}
	
	#navlist a {
		color: #336600;
		text-decoration: none;
		display: block;
		border-left: 1em solid #336600;
		border-bottom: 1px solid #336600;
		padding: 4px 8px;
	}
	
	
	#navlist a:hover {
		border-color: #FFFFFF;
	}
	
	
	#subnavlist li a {
		border: 0;
		border-left: 0.8em solid #336600;
		padding: 3px 4px;
		margin-left: -20px;
	}
	
/*
END OF NAVBAR
*/


