/***********************************************/
/* stylesheet.css                              */
/* Use with Primary and 2Column Templates      */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
p, th, ul, ol, a, caption, label {
	font-family: verdana, arial, sans-serif; 
	font-size: 12px; 
	color: #333333;
	}

p.ContentText{
	line-height: 1.5; 
	text-align: justify;
	}

p.SmallText, a.SmallText {
	font-size: 10px; 
	line-height: normal;
	}

a, a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
a.QuickLinks, a.QuickLinks:link, a.QuickLinks:visited, a.QuickLinks:hover {
	color:#CCCCCC;
	text-decoration:none;
}

h1, h2, h3, h4, h5 {
	font-family: verdana, arial, sans-serif;
	color: #666666;
	margin: 0px;
	padding: 0px;
}

h4{
	color: #333333;
}

ul{
	list-style-type: square;
}

ul ul{
	list-style-type: disc;
}

ul ul ul{
	list-style-type: none;
}

label {
	font-size: 100%;
	font-weight: bold;
}

caption {
	font-weight: bold;
}


/***********************************************/
/* Layout Classes                              */
/***********************************************/

table.body {
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	}

td.TopNavigation {
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	}

td.QuickClicksRow {
	border-bottom: 1px solid #999999; 
	padding-top: 5px; 
	padding-left: 5px; 
	padding-bottom: 5px;
	}

td.LeftColumn{
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #cccccc;
}

td.SearchColumn {
	padding-right: 0px;
	padding-top: 5px;
	padding-left: 5px;	
	padding-bottom: 0px;
	border-bottom: 1px solid #cccccc;
	background-color: #E1E1E1;
}

td.LeftColumn1 {
	padding: 5px;
	background-color: #CCCCCC;
	font-size: 10px;
}

td.LeftColumn2 {
	padding: 5px;
	border-bottom: 1px solid #cccccc;
	background-color: #E1E1E1;
	font-size: 10px;
}

td.LeftColumn3 {
	padding: 5px;
	background-color: #E1E1E1;
	font-size: 10px;	
}

td.ContentColumn {
	padding: 0px;
}

td.RightColumn {
	border-left: 1px solid #CCCCCC;
	background-color: #CCCCCC;
}

td.RightColumn1, td.RightColumn2, td.RightColumn3,  td.RightColumn4 {
	padding: 10px;
}

td.RightColumn1 {
	background-color: #CCCCCC;
}

td.RightColumn2, td.RightColumn3,  td.RightColumn4 {
	background-color: #DDDDDD;
}
/*********** #navBar link styles **********

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}*/

/* hack to fix IE/Win's broken rendering of block-level anchors in lists 
#navBar li {border-bottom: 1px solid #EEE;}*/

/* fix for browsers that don't need the hack 
html>body #navBar li {border-bottom: none;}*/


/*********** #sectionLinks styles ***********/

#sectionLinks h3 {
	padding: 10px 0px 2px 10px;
}

.sectionLinks a {
	display: block;
	padding: 2px 0px 2px 10px;
	font-size: 78%;
}

.sectionLinks a:hover{
	background-color: #DDDDDD;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}
