/*  
Theme Name: MX4 Theme
Theme URI: http://mx4.info/
Description: The MX4 WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0 Beta
Author: Michael Heilemann, Mod by Michael Eicher
Author URI: http://binarybonsai.com/
*/


/* Vertikalen Scrollbalken im Netscape & Firefox erzwingen. Dies verhindert, dass zentrierte Layouts 
** um 10 Pixel springen wenn der Seiteninhalt kleiner wird als die Höhe des Browserfensters. */
html { height: 100% } 
body { 
	min-height: 101%;	
}

/*********** Begin Typography & Colors ***************/
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Georgia, Verdana, Arial, Sans-Serif;
	background-color: #cccccc;
	color: #333;
	text-align: center;
	}

#page {
	background-color: white;
	border: 1px solid #888888;
	text-align: left;
	}

#header {
	background-color: #73a0c5;
	}

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}
	
.narrowcolumn .postmetadata {
	text-align: left;
	border: 1px dashed #73A0C5;
	}

.alt {
	background-color: #ffffff;
	}

#footer {
	background-color: #eee;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	line-height: 1.5em;
	}

.smalltime{
	float: left;
	text-align: left;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #888888;
	font-size: 0.8em;
	padding: 0px 0px 0px 14px;
	background: url(images/posttime.gif) no-repeat 0px 0px;
	}

.smalluser{
	float: left;
	text-align: left;
	margin-left: 6px;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #888888;
	font-size: 0.8em;
	padding: 0px 0px 0px 14px;
	background: url(images/postuser.gif) no-repeat 0px -2px;
	}

.smallcat{
	float: left;
	text-align: left;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #888888;
	font-size: 0.8em;
	padding: 0px 0px 0px 14px;
	background: url(images/postcat.gif) no-repeat 0px 0px;
	}

.smallcomments{
	float: right;
	text-align: right;
	margin-left: 6px;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #888888;
	font-size: 0.8em;
	padding: 0px 0px 0px 14px;
	background: url(images/postcomment.gif) no-repeat 0px 0px;
	}

h1, h2, h3 {
	font-family: Georgia, "MS Serif", "New York", serif;
	font-weight: normal;
	}

a {
	color: #42769F;
	text-decoration: none;
}

.description {
	font-size: 1.2em;
	text-align: left;
	}

h2.pen {
	margin-bottom: 5px;	
	margin-left: 0px;
	padding: 6px 2px 2px 24px;
	background: url(images/pen1.gif) no-repeat 0px 4px;
	}

h2 {
	font-size: 1.4em;
	}

h2.pagetitle {
	font-size: 1.4em;
	}

#sidebar h2 {
	display: block;
	background: url(images/h2_bg.gif) repeat-x 0px 0px;
	border: 1px solid #B9D1E3;
	height: 13px;
	padding: 2px 2px 2px 2px;
	margin-top: 14px;
	color: #93425A;
	font-family:  Verdana, Sans-Serif;
	font-size: 1.0em;
	text-transform: uppercase;
	font-weight: lighter;
	}

h3 {
	font-size: 1.2em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: #73A0C5;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #93425a;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry {
	color: #354657;
	font-family: Georgia, "MS Sans Serif", Geneva, sans-serif;
	font-size: .9em;
	margin-top: 22px;
	}
	
.entrytext {
	color: #354657;
	font-family: Georgia, "MS Sans Serif", Geneva, sans-serif;
	font-size: 1em;
	}	

/*.entry p a:visited {
	color: #b85b5a;
	}
*/
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Verdana, Arial, Sans-Serif;
	}
	

.commentlist cite, .commentlist cite a {
	font-weight: normal;
	font-style: normal;
	font-size: 1.1em;
	}


#commentform {
	padding-left: 0px;
	}
	
#commentform p {
	font-family: Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em Verdana, Arial, Sans-Serif;
	color: #888888;
	}

blockquote{
	color: #000000;
	font-weight: bold;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, strike {
	color: #000000;
	font-weight: bold;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

h2 a:hover, h3 a:hover {
	color: #93425a;
	text-decoration: none;
	}

a:hover {
	color: #1A426A;
	}
	
 /* input {
	background: url(images/input_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #888888;
	padding: 2px;
	margin: 2px 2px 1px 0;
	}
*/
.post ul {
	list-style:none;
	padding-bottom:1px;
	padding-left: 0;
	margin-left: 0;	
	text-indent: 0px;
}

.post li {
	margin-bottom: 10px;	
	margin-left: 0px;
	padding: 5px 10px 5px 30px;
	background: #ffffff url(images/archive.gif) no-repeat 6px 6px;
	border: 1px solid #aaaaaa;
	}

.post li a {

	}
	
.post li:hover {
	border: 1px solid #42769F;	
	}

.clear {
	clear: both;
	}

.clearleft {
	clear: left;
	}

.clearright {
	clear: right;
	}

.line {
	margin-top: 15px;
	border-top: 1px dashed #73A0C5;
	margin-bottom: 3px;
	}

/******* End Typography & Colors **********/


/******** Begin Navigation ********/

#navcontainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0;
	}

#navcontainer ul {
	padding-left: 0;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #E3DFBF;
	color: White;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	}

#navcontainer ul li { display: inline; }

#navcontainer ul li a {
	padding: 0.2em 1em;
	background-color: #8BACD7;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #E3DFBF;
	}

#navcontainer ul li a:hover {
	background-color: #FBF9E6;
	color: #93425A;
	}

#navcontainer ul li a.selected {
	background-color: #FBF9E6;
	color: #93425A;
	}

/******** End Navigation ********/



/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {
	background-color: white;
	margin: 0px auto;
	padding: 0;
	width: 700px;
	border-left: 10px solid #888888;
	}
	
#header {
	padding: 0;
	margin: 0 auto;
	height: 230px;
	width: 100%;
	background-color: #73a0c5;
	}

.headerimg {
	position: relative;
	text-align: left;
	float: left;
	top: 15px;
	left: 20px;
	}
	
.narrowcolumn {
	float: left;
	padding: 0 0 20px 25px;
	margin: 0px 0 0;
	width: 480px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 80px;
	width: 500px;
	}
	
.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}
	
#footer {

	padding: 0;
	margin: 0 auto;
	width: 700px;
	clear: both;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #888888;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	font-size: 2.4em;
	font-weight: bold;
	text-align: left;
	margin: 0;
	}
	
.logo {
	padding-top: 10px;
	padding-left:22px;
	}

.description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-transform: uppercase;
	color: #888888;
	text-align: left;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	height: 1em;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 10px 10px 10px 44px;
	background: #ffffff url(images/bigarchive.gif) no-repeat 6px 4px;
	border: 1px solid #aaaaaa;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
.img {
	background-color: #ffffff;
	border: 1px solid #dddddd;
	/*-moz-border-radius:5px;*/
	padding: 4px;
	}

.imgleft {
	float: left;
	margin-bottom: 6px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	/*-moz-border-radius:5px;*/
	padding: 4px;
	}

.imgright {
	float: right;
	margin-bottom: 6px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	/*-moz-border-radius:5px;*/
	padding: 4px;
	}


p img {

	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	background-color: #ffffff;
	border: 1px solid #dddddd;
	/*-moz-border-radius:5px;*/
	padding: 4px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	background-color: #ffffff;
	border: 1px solid #dddddd;
	/*-moz-border-radius:5px;*/
	display: inline;
	padding: 4px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 7px;
	margin-top: 4px;
	
	}

img.alignleft {
	background-color: #ffffff;
	border: 1px solid #dddddd;
	/*-moz-border-radius:5px;*/
	padding: 4px;
	display: inline;
	margin-right: 7px;
	margin-bottom: 2px;
	margin-left: 0px;
	margin-top: 4px;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left;
	}

.gravatar {
float: left;
margin: 2px 10px 6px 0px;
background-color: #ffffff;
border: 1px solid #dddddd;
padding: 2px;
}

/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

/*.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}
*/

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 5px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0px;
	}

#sidebar ul ul ul, #sidebar ul ol, #sidebar ul li ul li {
	margin: 0 0 0 0px;
	}

#sidebar li.none {
	margin: 0 0 0 0px;
	list-style-type: none;
	list-style-image: none;
	background: none;
	}

#sidebar li a.none {
	margin: 0 0 0 0px;
	list-style-type: none;
	list-style-image: none;
	background: none;
	}

ol li, #sidebar ul ol li {
	list-style: none;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 5px 0 0 0;
	}

#sidebar ul ul li a, #sidebar ul ol li a {
	margin: 5px 0 0 0;
	padding-left: 7px;
	background: url('images/li1.gif') 0px 4px no-repeat;
	}

#sidebar ul ul li a:hover, #sidebar ul ol li a:hover {
	padding-left: 7px;
	background: url('images/li2.gif') 0px 4px no-repeat;
	}

/* End Entry Lists */



/* Begin Form Elements */
form fieldset {border:0 solid;} /* Opera */

form em {
  margin-left:5px;
  font-size:0.9em;
  font-style:normal;
}

#contactform {
	margin-bottom:18px;
	width: 400px;
}

#contactform P {
	line-height: normal;
	margin: 10px;
	padding: 0px;
	font-weight: bold;
}

#contactform label {
	margin:0 5px 0 0;
}

#contactform textarea, #contactform #bx_subject {width:465px;}
* html #contactform textarea,
* html #contactform #bx_subject {width:429px;} /* IE WIN; but why? */


#searchform {
	margin: 4px auto;
	padding: 5px 3px; 
	text-align: left;
	}

#sidebar #searchform #s {
	background: url(images/input_bg_s.gif);
	background-repeat: repeat-x;
	border: 1px solid #888888;
	width: 90px;
	padding: 2px;
	float: left;
	}

#sidebar #searchsubmit {
	background: url(images/button_submit_bg.gif);
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #1A426A;
	font-size: 1em;
	background-color: white;
	border: 1px solid #ccc;
	padding: 2px;
	cursor: hand;
	}
	
.entry form { /* This is mainly for password protected posts, makes them look better. */
	background: url(images/input_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #888888;
	text-align:center;
	}

select {
	background: url(images/input_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #888888;
	width: 130px; 
	}

.back {
	color: #ffffff;
	background: url(images/button_submit_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #568ACA;
	/*	width: 160px; */
	padding: 2px;
	margin: 5px 5px 1px 0;
	cursor: hand;
}

#ed_toolbar input {
	color: #ffffff;
	background: url(images/button_submit_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #568ACA;
/*	width: 160px; */
	padding: 2px;
	margin: 5px 5px 1px 0;
}

.backlight {
	background: url(images/input_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #888888;
	padding: 2px;
	}

.commentbg {

	}

.commentspacer {
	padding-left: 6px;
	padding-top: 5px;
	}


#commentform textarea {
	background: url(images/input_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #888888;
	width: 382px;
	padding: 2px;
	}

#commentform #submit {
	background-repeat: repeat-x;
	border: 1px solid #888888;
	margin: 0;
	float: left;
	cursor: hand;
	}

#commentform textarea:focus, #commentform input:focus, .entry form:focus, #sidebar #searchform #s:focus {
	border: 1px solid #42769F;
	}


#commentPreview {
	width: 374px;
	font: 0.9em Verdana, Arial, Sans-Serif;
	background-color: #fff;
	border-top: 1px solid #888888;
	border-bottom: 1px solid #888888;
	border-left: 1px solid #888888;
	border-right: 1px solid #888888;
	padding: 6px;
	}

/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0 0 0 0;
	text-align: justify;
	margin: 0 0 0 0;
	}

 .commentlist li {
	margin: 5px 0 0 0;
	padding: 5px 10px 3px 10px;
	list-style: none;
	background: url(images/comment_bg.gif) repeat-x 0 0;
	border-bottom: 1px solid #a3a3a3;
	}

.commentlist li.highlighted {
	margin: 5px 0 0 0;
	padding: 5px 10px 3px 10px;
	list-style: none;
	background: url(images/comment_bg_mike.gif) repeat-x 0 0;
	border-bottom: 1px solid #a3a3a3;
	}

.commentlist p {
	margin-left: 0px;
	}

.commenttext {
	padding-left: 67px;
	text-align: justify;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 140px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #888888;
	}

blockquote {
	margin: 15px 20px 0 20px;
	padding-left: 40px;
	background: url('images/blockquote_l.png') no-repeat;	
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
	}
/* End Various Tags & Classes*/


/* Begin Calendar */
#wp-calendar {
	empty-cells: hide;
	width: 140px;
	background-color: #ffffff;
	color: #73A0C5;
	font-size: 1em;
	border-width: 0 0 0 0;
	margin: 0 0 0 0;
	}

#wp-calendar #next a {
	display: block;
	text-decoration: none;
	text-align: right;
	color: white;
	background-color: #73A0C5;
	font-size: 10px;
	}

#wp-calendar #prev a {
	display: block;
	text-decoration: none;
	text-align: left;
	color: white;
	background-color: #73A0C5;
	font-size: 10px;
	}

#wp-calendar a {
	display: block;
	color: White;
	background-color: #73A0C5;
	}

#wp-calendar a:visited {
	display: block;
	color: White;
	background-color: #73A0C5;
	}
/*
#wp-calendar caption {
	color: #888888;
	font-family:  Verdana, Sans-Serif;
	font-size: 1.0em;
	font-weight: lighter;
	text-align: left;
	}
*/
#wp-calendar caption {
	text-align: left;
	background: url(images/h2_bg.gif) repeat-x 0px 0px;
	border: 1px solid #B9D1E3;
	padding: 2px 2px 3px 2px;
	width: 140px;
	color: #93425A;
	font-family:  Verdana, Sans-Serif;
	font-size: 1.0em;
	text-transform: uppercase;
	font-weight: lighter;
	}

#wp-calendar td {
	padding: 0px;
	text-align: center;
	background-color: #ffffff;
	}

#wp-calendar #today {
	color: #93425A;
}

/* End Calendar */


/* Begin Gallery */

#espg #prevnext{
	margin-top:10px;
	font-family: arial, helvetica, sans-serif;
}

#espg #prev, #espg #next {
	background: url(images/button_submit_bg.gif);
	display:block;
	padding:5px;
	border:1px solid #bbb;
	/*-moz-border-radius:5px;*/
	text-decoration:none;
	color: #000000;
	margin:0 10px 10px;
	font-size:0.9em;
	font-weight: bold;
}
#espg #prev {
	float:left;
}
#espg #next {
	float:right;
}
#espg #image {
	text-align:center;	
	background: #ddd url(images/loading.gif) no-repeat 50% 50%;
	margin:0 auto;
/*	margin-bottom:5px;*/
}

#espg .imgwrapper {
	float: left;
	margin: 0 15px 15px 15px;
	padding: 2px;
}
#espg .imgwrapper span {
	display:block;
	font:0.8em verdana, sans-serif;
	text-align:center;	
}

#espg .imgwrapper img {
	background-color: #ffffff;
	border-bottom: 1px solid #a3a3a3;
	border-right: 1px solid #a3a3a3;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	/*-moz-border-radius:5px;*/
	padding: 4px;
	display: inline;
}

#espg .imgwrapper a:visited img {
	background-color:#fff;	
}
#espg .imgwrapper a:hover img, #espg .imgwrapper a:focus img {
	background-color: #036;
}
#espg .imgwrapper a:hover, #espg .imgwrapper a:focus {
	color:#000000;
}
#espg #single {
	padding:3px;
	border-bottom: 1px solid #a3a3a3;
	border-right: 1px solid #a3a3a3;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	/*-moz-border-radius:5px;*/
	background:#dddddd;
}
#espg #description {
	border:1px solid #ddd;
	text-align:center;
	clear:both;
	margin:5px 40px;
	padding:5px;
	color:#303;
	background:#D1ECE8;
}

#espg #directories {
	border-bottom:1px solid #ddd;
	margin:0;
}
#espg #breadcrumb {
	padding:5px;
	border-bottom:1px solid #ddd;
	background:#FFFFFF;
	color:#000000;
	margin:0;
}
#espg #breadcrumb a {
	color:#06c;
	text-decoration:underline;
}
#espg #breadcrumb a:hover, #espg #breadcrumb a:active, #espg #breadcrumb a:focus{
	color:#000;
	text-decoration:none;
}
#espg #dirdesc {
	padding:4px;
	border-bottom:1px dashed #ddd;	
	background:transparent;
	margin:0 0 10px 0;
}
#espg #gallery {
	padding:10px 5px;
}

/* Standard category listing*/

#espg #directories ul.cat {
	border: 2px solid #dcdcdc;
	padding: 5px 5px 0px 5px;
}


#espg ul.cat li {
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 5px 10px 5px 44px;
	background: #FFFFFF url(images/cam.gif) no-repeat 4px 3px;
	border: 1px solid #dcdcdc;
	list-style-type: none;
}

#espg #directories h3 {
	font:1em georgia, garamond, times, serif;
	font-weight:bold;
	text-indent:15px;
	margin:0;
}

#espg #directories h4 {
	font:0.9em georgia, garamond, times, serif;
	font-weight:bold;
	text-indent:20px;
	margin:0;
}
#espg div.pagination{
	clear:both;
	text-align:center;
}

#espg #header {
	background:#fff;
	color:#969696;
}
#espg #header h1 {
	background:transparent;
	color:#4E684A;
}
#espg #header {
	margin:0;
	padding: 0;
	height: 164px;
}
#espg #header h1 {
	position:relative;
	top:94px;
	left:-15px;
	font-size:1.3em;
	font-weight:normal;
	font-family:verdana,tahoma,helvetica,sans-serif;
	margin:0 0 0 200px;
}



#espg div.clearer {
	clear: both;
}
#espg img.precache {
	position: absolute;
	top: 0;
	left: 0;
	float: left;
	visibility: hidden;
}

#espg .center{
	text-align:center;
}
/* End Gallery */

/* Weather --------------------------------------------------*/

#topweather {
	position: relative;
	top: 80px;
	left: 250px;
	float: left;
	}

.weather_title {
	font-weight: bolder;
	}

.weather_info {
	}

#topweather li {
	list-style: none;
	}

#topweather2 {
	position: relative;
	top: 90px;
	left: 305px;
	float: left;
	}
	
#topweather2 li {
	list-style: none;
	color: #000000;
	font: 1.1em Geneva, Arial, Helvetica, sans-serif;
	}
	

