/* General Elements */

html 
{
	overflow-y: scroll;
	overflow: -moz-scrollbars-both;
}

body 
{
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	width: /*960px;*/ 1170px;
}

a img 
{
	border:0px;
}

h1, h2, h3, h4, h5, h6 

{
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: lighter;
}


.parlwebsite-inactive 
{ 
	color: #666666;
	font-style:italic;
}

.parlwebsite-box h2, h3, h4, h5, h6 
{
	margin-bottom: 5px;
}

#main-section {
    background-color: #FFF;
    width: 960px;
    padding-top: 0px;
    /*float: left;*/
	margin-right: auto;
	margin-left: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: rgb(48,48,48);
}

.lop-error {
    font-family: "Roboto", sans-serif;
    font-size: 3em;
    font-weight: 500;
}

.lop-error-text {
    font-family: "Roboto", sans-serif;
    font-size: 1.5em;
}