/*--------------------------------------------------------------------------------------
	Use following CLASSes and IDs only when the content is printed or print-previewed
  --------------------------------------------------------------------------------------*/
@media print {
}

/*--------------------------------------------------------------------------------------
	Use following CLASSes and IDs only when the content is displayed on screen
  --------------------------------------------------------------------------------------*/
@media screen {
}

/*--------------------------------------------------------------------------------------
	Treat the following CLASSes and IDs the same, whether printed or displayed on screen 
  --------------------------------------------------------------------------------------*/
			
/*
	General Formatting Characteristics
*/
* {
	font-family : verdana,arial,sans-serif; 
	font-size : 12px; 
	font-weight : normal;
	font-style : normal
} 

/*
	Main page attributes
*/
#pagecontent {
	margin : 0px;
	background-color : #FFFFFF;
}

#news {
	font-size:11px; 
	color:white;
} 
b {
	font-weight : bold;
}
td {
	font-size:12px; 
	color:black;
	vertical-align : top;
}
th {
	color:white;
	font-weight:bold;
} 

em { 
	color:black;
	font-weight:bold;
} 
#title1 {
	font-size:16px; 
	color:white;
	font-weight:bold;
} 
h2, #title2 {
	margin-top : 5px;
	font-size:12px; 
	color:black;
	font-weight:bold;
}
h3 {
	font-size : 12px;
	font-style : italic;
}
h4 {
	font-size : 13px;
	font-weight : bold;
}
code {
	color:black;
	font-weight:bold;
}
i {
	color:black;
} 
a {
	font-size : 10px;
}
a.list {
	font-size : 12px;
}

a:link {
	color:#990000;
} 
a:hover {
	color:#cc0000;
}  
a:active {
	color:red;
}  
a:visited {
	color:#999966;
}
a.main {
	font-size:13px; 
	font-weight:bold;
} 
strong {
	color:black;
	font-weight:bold;
}
.slash {
	color:#cccc99;
} 
#faq { 
	margin-bottom: 10px;
}
#faq #question {
	font-weight : bold;
	padding-bottom: 5px;
}
#faq #answer {
}
#faq #lastupdated {
	margin-top : 3px;
	font-size : 9px;
	font-style: italic;
	text-align : right;
	color : #888888;
}
#navHeader {
	width : 125;
	background-color : rgb(0,0,0);
	color : rgb(255,255,255);
	font-size : 9px;
	font-weight : bold;
	text-align : center;
	padding : 2px;
}
ul.highlight {
	margin-top : 0px;
	margin-bottom : 0px;
}
ul.highlight li { 
	list-style-image: url(../images/sub1/bullet.gif);
	display: list-item;
	list-style-position: outside;
	margin-bottom : 5px;
}
#event {
	margin-top : 10px;
	margin-bottom : 10px;
}
#event #category {
	font-weight : bold;
	font-size : 13px;
}
#event #title {
	font-weight : bold;
	font-size : 12px;
}
#event #timestamp {
	font-size : 12px;
	font-style : italic;
}
#event #header {
	margin-bottom : 5px;
}

#event #details {
	margin-top : 5px;
}

#header td  {
	background-color : #cccc99;
	color : #000000;
	font-weight : bold;
}

input {
	font-size:10px;
}
select {
	font-size:10px;
}
#formLabel {
	background-color:#CCCC99;
	font-size:12px;
	font-weight:bold;
	padding:3px;
}
#dataLabel {
	font-size:12px;
	font-weight:bold;
}
#dataGrid {
	font-size:10px;
	font-weight:normal;
}

#msTitle 
{
    font-size:16px;
    font-weight: bold;
    vertical-align: text-bottom;
}

.smallBold, .mediumBold, .largeBold {
	font-weight : bold;
}
