/*---------------------------------------------*/
/*  use this stylesheet to create custom styles*/
/*---------------------------------------------*/

 .centerdivbold {
  	text-align:center;
	font-weight:bold;
 }
pre
{
	font-size: 100%
}
.centerdiv {
  	text-align:center;
 }

.upperalpha li
{
 list-style-type: upper-alpha;
 margin: 1em 0em 1em 1.4em;
 padding: 0em 0em .5em 1.4em;
}
.loweralpha li
{
 list-style-type: lower-alpha;
 margin: 1em 0em 1em 1.4em;
 padding: 0em 0em .5em 1.4em;
} 
.loweralpha li li
{
 list-style-type: lower-alpha;
 margin: 1em 0em 1em 1.4em;
 padding: 0em 0em .5em 1.4em;
}
.numbers li li, ol .numbers li li, 
{
 list-style-type: decimal;
 margin: 1em 0em 1em 1.4em;
 padding: 0em 0em .5em 1.4em;
}

.numbers li

{
	list-style: decimal;
 	margin: 1em 0em 0em 1.4em;
 	padding: 0em 0em .5em 1.4em;
}

/*** TABLE PROPERTIES ***/
#table_dcns
{
 border-color: #BCC5D0;
 border-collapse: collapse;
 border: 1px solid #C84B13;
 width: 90%;
}
#table_deadlines
{
font-size:.9em;
 border-color: #BCC5D0;
 border-collapse: collapse;
 border: 1px solid #C84B13;
 width: 80%;
}

/* for page images */
.imageright 
{
	float: right; 
	padding:5px;
	margin: 0.5em .5px 3px .5px; 
	position: relative; 
}
/* for page images */
.imageleft 
{
	float: left; 
	padding:5px;	
	margin: 0.5em .5px 3px .5px; 
	position: relative; 
} 

#table_dcns th
{
 border: 1px solid #C84B13; 
 font-weight: bold;
 background-color: #BCC5D0;
 text-align: center;
 padding: 5px 5px 5px 5px;
}
 
#table_dcns td 
{
 border: 1px solid #C84B13; 
 font-weight: normal;
 padding: 2px 5px 2px 5px;
}
 #table_deadlines th
{
 border: 1px solid #C84B13; 
 font-weight: bold;
 background-color: #BCC5D0;
 text-align: center;
 padding: 5px 5px 5px 5px;
}
 
#table_deadlines td 
{
 border: 1px solid #C84B13; 
 font-weight: normal;
 padding: 2px 5px 2px 5px;
}
/*IE Column Properties*/
#col1 { text-align: center; white-space: nowrap; width:100px; }
#col2 { text-align: left;}
#col3 { text-align: center;}
#col4 { text-align: left;}
#col6 { text-align: left; white-space: nowrap; width:90px; }
 
/*Firefox/Opera Column Properties*/
#table_dcns tr>td {text-align:center;}
#table_dcns td+td {text-align:left;}
#table_dcns td+td+td {}

#number
{
white-space: nowrap;
}
.new {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF0000;
}
