@media screen
{
	p, div { font: normal 11px 'Trebuchet MS', Arial, sans-serif }
	h1 { color: #2c5bd4; font: bold 16px 'Trebuchet MS', Arial, sans-serif; margin: 5px 0; text-transform: uppercase }
	h2 { color: #2c5bd4; font: bold 14px 'Trebuchet MS', Arial, sans-serif; margin: 5px 0 }
	
	.text { color: #3c3c3c; text-align: justify; width: 481px }
	.text p, .text div { margin: 10px 0 }
	.text hr { background: url('~/images/hr.jpg') no-repeat 0 50%; border: solid 1px #fff; color: #fff; height: 2px; margin: 0; padding: 10px 0 }
	* html .text hr { background: #c7ddf6; border: solid 1px #c7ddf6; color: #c7ddf6; height: auto; width: 80% }
}
