/* CSS Document */

select , input , textarea {
	font-family : Arial, Helvetica;
	font-size : 11px;
	color : #333333;
	background-color : #ffffff;

}

future {  
 font-family: Arial; 
 font-size: 11px; 
 color: #6633CC;
 font-weight:bold;
}

.future a:link {  
 font-family: Arial; 
 font-size: 11px; 
 color: #6633CC;
 font-weight:bold;
}

.future a:visited {  
 font-family: Arial; 
 font-size: 11px; 
 color: #6633CC;
 font-weight:bold;
}

.future a:hover {  
 font-family: Arial; 
 font-size: 11px; 
 color: red;
 font-weight:bold;
}

.future a:active {  
 font-family: Arial; 
 font-size: 11px; 
 color: #6633CC;
 font-weight:bold;
}

.underline {  
	font-family: Arial; 
	font-size: 11px; 
	color: #0099CC;
	font-weight:bold;
}

.underline a:link {  
 font-family: Arial; 
 font-size: 11px; 
 color: #0099CC;
 font-weight:bold;
}

.underline a:visited {  
 font-family: Arial; 
 font-size: 11px; 
 color: #0099CC;
 font-weight:bold;
}

.underline a:hover {  
 font-family: Arial; 
 font-size: 11px; 
 color: red;
 font-weight:bold;
}

.underline a:active {  
 font-family: Arial; 
 font-size: 11px; 
 color: #0099CC;
 font-weight:bold;
}

.session_title H1 {  
	font-family: Times; 
	font-size: 20px; 
	color: white;
}


	h1 {
	font-family : Arial;
	font-size : 16px;
	color : #333333;

}

	h2 {
	font-family : Arial;
	font-size : 14px;
	color : #333333;

}

.date {
	font-family : Arial;
	font-size : 14px;
	color : #333333;

}

	td {
	font-family : Arial;
	font-size : 12px;
	color : #333333;

}
	a:link {
	font-family : Arial;
	font-size : 12px;
	color : #333333;
	text-decoration : underline;

}
	a:visited {
	color : #333333;
	text-decoration : underline;

}
	a:hover {
	color : #ff6600;
	text-decoration : underline;

}
	a:active {
	color : #ff6600;
	text-decoration : underline;

}
	.red {
	font-family : Arial;
	font-size : 12px;
	color : #ff6633;
	line-height : 13pt;

}
	.white {
	font-family : Arial;
	font-size : 12px;
	color : white;
	line-height : 13pt;

}
	.white a:link {
	font-family : Arial;
	font-size : 12px;
	color : white;
	text-decoration : none;

}
	.white a:visited {
	font-family : Arial;
	font-size : 12px;
	color : white;
	text-decoration : none;

}
	.white a:hover {
	font-family : Arial;
	font-size : 12px;
	color : yellow;
	text-decoration : none;

}
	.white a:active {
	font-family : Arial;
	font-size : 12px;
	color : yellow;
	text-decoration : none;

}
	.small {
	font-family : Arial;
	font-size : 11px;
	line-height : 12pt;

}
	.small a:link {
	font-family : Arial;
	font-size : 11px;
	text-decoration : none;

}
	.small a:visited {
	font-family : Arial;
	font-size : 11px;
	text-decoration : none;

}
	.small a:hover {
	font-family : Arial;
	font-size : 11px;
	color : red;
	text-decoration : none;

}
	.small a:active {
	font-family : Arial;
	font-size : 11px;
	color : red;
	text-decoration : none;

}
	.smallwhite {
	font-family : Arial;
	font-size : 11px;
	color : white;
	text-decoration : none;

}
	.smallwhite a:link {
	font-family : Arial;
	font-size : 11px;
	color : white;
	text-decoration : none;

}
	.smallwhite a:visited {
	font-family : Arial;
	font-size : 11px;
	color : white;
	text-decoration : none;

}
	.smallwhite a:hover {
	font-family : Arial;
	font-size : 11px;
	color : yellow;
	text-decoration : none;

}
	.smallwhite a:active {
	font-family : Arial;
	font-size : 11px;
	color : white;
	text-decoration : none;

}

.bold {  
	font-family: Arial; 
	font-size: 11px;
	font-weight: bold;
	color: #663399;
}