body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img { 
	border:0;
}

address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	/*list-style:none;*/
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym { border:0;
}
a:active, a:hover {
	outline: 0;
}
/**/
.container{
	font-family: Tahoma, Sans-Serif;
	font-size:14px;
}

h1{
	font-size:20px;
	line-height:24px;
	font-weight: bold;
	padding:10px 0;
	color:#ffca08;
}

h2{
	font-size:18px;
}

h3{
	font-size:14px;
	line-height:20px;
	font-weight: bold;
	padding-top:10px;
}

p{
	font-size:14px;
	line-height:20px
}

.content p a
{
	font-size:14px;
	line-height:20px;
	text-decoration:none;
	color:#F1F1F2;
	border-bottom: 1px dashed #333333;
	
}

.content p a:hover
{
	color:#FFFFFF;	
	border-bottom: 1px dashed #FFFFFF;
}

.content p 
{
	font-size:14px;
	color:#FFFFFF;
	line-height:20px;
	padding-bottom:0px;
	text-align: justify;
	margin: 4px 0;
}

.content ul 
{
	list-style-type: disk;
}

.content h2
{
	font-size:14px;
	font-weight:bold;
}
.content h3
{
	font-size:14px;
	font-weight:bold;
}

@media screen and (max-width: 1199px) { /*1024-1200*/
	h1, h2{
		font-size:20px;
		line-height:24px
	}

	.content p{
		font-size:14px;
		line-height:20px
	}
}

@media screen and (max-width: 1023px) { /*420-1024*/

	h1{
		font-size:18px;
		line-height:20px
	}
	
	h2{
		font-size:16px;
		line-height:20px
	}

	.content h3
	{
		font-size:14px;
	}

}
@media screen and (max-width: 420px) { /*320-420*/

	h1{
		padding-left:10px;
		padding-right:10px;	
	}
}

