@charset "utf-8";
/* CSS Document no editing strictly*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
 caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin:0;
    padding:0;
    border:0;
    outline:0;
}

table {
	font-family:Arial, Helvetica, sans-serif;
	
}

ol, ul {
	list-style: none;
}

body{
	line-height:18px;	
}

a{
	text-decoration:none;		
}

a:hover{
	text-decoration:underline;		
}

p, ul, ol{
	padding-top:8px;
	font-family:Arial, Helvetica, sans-serif;
		}
	
p, a, ol, ul, li{
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify}

span.msg {padding-top:3px;display:block}
.info {
	background:#f7f1dd;
	color:#694d11;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 17px;
	text-align:center;
	font-weight:bold;
	border: 1px solid #e5d4b0;
	margin-top:15px;
	padding:10px;
	border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;
	
	
/*	background:-moz-linear-gradient(top, #65b9d9 0, #4a9cbc 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #65b9d9), color-stop(100%, #4a9cbc));
	background:-webkit-linear-gradient(top, #65b9d9 0, #4a9cbc 100%);
	background:-o-linear-gradient(top, #65b9d9 0, #4a9cbc 100%);
	background:-ms-linear-gradient(top, #65b9d9 0, #4a9cbc 100%);
	background:linear-gradient(to bottom, #65b9d9 0, #4a9cbc 100%);
	color:#fff
*/	
}
