@charset "utf-8";
/* This is the fonts.css file. It defines the styling CSS rules for all global elements */

/* Global Styles */

h1	{
	font-size:1.0em;
	color:#336699;
	font-weight:bold;
	padding:2px;
	margin:0px;
}

h2	{
	font-size:1.0em;
	color:#336699;
	font-weight:bold;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
}

li	{
	list-style:url(../furniture/bullet.jpg);
}

li li	{
	list-style:url(../furniture/bullet1.jpg);
	margin-left:-23px;
}

ul ul {
	padding-top:5px;
	padding-bottom:5px;
}

li.list_adobe {
	list-style:url(../furniture/bullet_adobe.jpg);
}

strong	{
	color:#336699;
	font-weight:bold;
}
	
a:link {
	color: #336699;
	text-decoration:underline;
}

a:visited {
	color: #336699;
	text-decoration:underline;
}

a:hover {
	color: #336699;
	text-decoration:none;
}

a.menu:link {
	color: #333333;
	text-decoration:none;
}

a.menu:visited {
	color: #333333;
	text-decoration:none;
}

a.menu:hover {
	color: #336699;
	text-decoration:underline;
}

.menu_panel_text {
	color: #336699;
}

.article_date	{
	color:#336699;
	padding:0px;
}

label {
	color: #333333;
}

.label_helper {
	font-size: 0.9em;	
}

.breadcrumb_text {

}

.page_select {

}

.page_count {
	font-weight:bold;
	padding-top:10px;

}

