a
{
	color: #486DAA;
}

h1
{
	margin:0; padding:0;
	font-size:120%;
	margin-bottom:5px;
	padding-bottom:15px;
	padding-top:14px;
}

h2, h3
{
	font-size:120%;
}

h4, h5, h6
{
	font-size:110%;
}

/*Information block*/
.information-block
{
	width:180px;
	margin-bottom:16px;
}

.information-block-head
{
	color:#BC262C;
	font-weight:bold;
	font-size:85%;
	border-bottom:1px solid #CCCCCC;
	margin-bottom:4px;
	padding-bottom:5px;
}

.information-block-body
{
	font-size:85%;
	color:#737373;
	margin-right:20px;
}

code
{
	font-size:100%;
	font-weight:normal;
	display:block;
	padding:1.5em 1em 1em 1em;
	border-style:solid;
	border-width:1px;
	border-width:1px 0;
	margin:1em 0;
	background-color:#F5F5F5;
	font-family:sans-serif;
}

/* Template styles */

/* Style table */
table.style-table { margin:1em 0; border-collapse:collapse; width:100%; }
table.style-table td, table.style-table th { padding:5px; font-weight:normal; border: 1px solid #cccccc; }
table.style-table th {  /*background:#D3D3D3 url(images/style_table_bg.gif) repeat-x;*/ }
table.style-table tr.odd { background:#EAEAEA; border-left: 1px solid #EAEAEA; }


/* Image style */
img.image-left-top { float: left; margin: 0 10px 10px 0; border: 1px solid #DDDDDD; padding: 4px; }
img.image-left-middle { float: left; margin: 10px 10px 10px 0; border: 1px solid #DDDDDD; padding: 4px; }
img.image-right-top { float: right; margin: 0 10px 10px 0; border: 1px solid #DDDDDD; padding: 4px; }
img.image-right-middle { float: right; margin: 10px 10px 10px 0; border: 1px solid #DDDDDD; padding: 4px; }

