html,body{

	margin:0px; padding:0; border:0; outline:0;

}


/* Text */
.header-text {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: lighter;
	font-variant: normal;
	color: #666;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: lighter;
	font-variant: normal;
	color: #666;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: italic;
	font-weight: lighter;
	font-variant: normal;
	color: #222;
}

a.head:link {
	color: #666;
	text-decoration: none;
}
a.head:hover {
	color: #CCC;
	text-decoration: none;
}
a.head:visited {
	color: #666;
	text-decoration: none;
}
a.head:active {
	text-decoration: none;
}

a:link {
	color: #520000;
	text-decoration: none;
}
a:hover {
	color: #520000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #520000;
}
a:active {
	text-decoration: none;
}

.style1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: lighter;
	font-variant: normal;
	color: #666;
	
}

.style2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: lighter;
	font-variant: normal;
	color: #222;
}

.styleemp {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	font-variant: normal;
	color: #666;
}

.styleemplink {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	font-variant: normal;
	color: #666;
	text-decoration:underline;
}

.styleemp2 {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight:BOLD;
	line-height:50px;
	font-variant: normal;
	color: #666;
}

.stylequote {
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
		font-size: 14px;
	font-weight: lighter;
	font-variant: normal;
	color: #666;
	font-style: italic;
}

#main {
	width:500px;
	
	height:100%;

}

#mainemp {
	width:500px;
	text-align:left;
	height:100%;

}

#mainquote {
	width:400px;
	text-align:left;
	height:100%;

}

#mainquotename {
	width:400px;
	text-align:right;
	height:100%;

}

#main2 {
	width:100%;
	align-content:center;
}

a.dlbox:link{
	width:250px;
	padding:15px;
	text-align:center;
	margin-bottom:20px;
	display:block;
	background-color:#B50003;
	margin-left:115px;
	
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	font-variant: normal;
	color: #fff;
}

a.dlbox:hover{
	background-color:#575757;
}

button{
	width:100px;
	padding:10px;
	text-align:center;
	margin-top:5px;
	border:0;
	display:block;
	//border-radius: 5px;
	background-color:#B50003;
	
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	font-variant: normal;
	color: #fff;
}

button:hover{
	color:#fff;
	background-color:#575757;
	cursor:pointer;
}

.styleemp_big {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight:normal;
	font-weight:bold;
	color: #666;
}

a.pressbox:link{
	width:145px;
	padding:15px;
	text-align:center;
	margin-bottom:10px;
	display:block;
	background-color:#575757;
	
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	font-variant: normal;
	color: #fff;
}

a.pressbox:hover{
	background-color:#909090;
}