/* CSS Document */

@font-face {
    font-family: Republic;
    src: url(/css/fonts/republic.ttf);
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(/css/fonts/roboto-bold.ttf);
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(/css/fonts/roboto-thin.ttf);
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(/css/fonts/roboto-light.ttf);
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Regular'), local('Roboto-Regular'), url(/css/fonts/roboto-regular.ttf);
}

@media all and (min-width: 721px) {
H1 {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 2.4em;
	text-decoration: none;
	font-weight:300;
	margin-bottom: 0px;
	margin-top: 0;
	color: #06C;
	font-style: normal;
	text-align:center;
}
H2 {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	color: #06C;
	FONT-WEIGHT: 300;
	TEXT-DECORATION: none
}


A:link {
	text-decoration: none;
	color: #06C;
}
A:visited {
	text-decoration: none;
	color: #06C;
}
A:active {
	text-decoration: none;
	color: #06C;
}
A:hover {
	text-decoration: underline;
	color: #06C;
}

H2 a {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	color: #06C;
}
H2 a:link {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	color: #06C;
	text-decoration: none;
}
H2 a:visited {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	color: #06C;
	text-decoration: none;
}
H2 a:hover {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	color: #06C;
	text-decoration: underline;
}

H3 {
	FONT-WEIGHT: normal;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #06C;
	font-weight: 400;
	TEXT-DECORATION: none
}

H3 a {
	color: #06C;
}
H3 a:link {
	color: #06C;
	text-decoration: none;
}
H3 a:visited {
	color: #06C;
	text-decoration: none;
}
H3 a:hover {
	color: #06C;
	text-decoration: underline;
}
H4 {
	FONT-WEIGHT: normal;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #06C;
	font-weight: 400;
	TEXT-DECORATION: none;
	display:inline;
}
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-size: 0.9em;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight:normal;
	/*

	background-color:#afb5c1;
	background-position: top;
	color: rgb(0, 0, 0);
	background-image: url("/Images/BG/body_bg.gif");
	background-color: rgb(255, 255, 255);
	*/
}

body a:link {
	color: #06C;
	text-decoration: none;
}

body a:hover {
	color: #06C;
	text-decoration: underline;
}

hr {
	border-bottom: 1px;
	border-top: 0px;
	border-left:0px;
	border-right:0px;
	border-color: rgb(3, 132, 191);
	border-style: dotted;
	clear:both;
	padding-top:1em;
}
}

@media all and (max-width: 720px) {
H1 {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	text-decoration: none;
	font-weight:300;
	margin-bottom: 0px;
	margin-top: 0;
	color: #06C;
	font-style: normal;
	text-align:center;
}
H2 {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #06C;
	FONT-WEIGHT: 300;
	TEXT-DECORATION: none
}


A:link {
	text-decoration: none;
	color: #06C;
}
A:visited {
	text-decoration: none;
	color: #06C;
}
A:active {
	text-decoration: none;
	color: #06C;
}
A:hover {
	text-decoration: underline;
	color: #06C;
}

H2 a {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	color: #06C;
}
H2 a:link {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	color: #06C;
	text-decoration: none;
}
H2 a:visited {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	color: #06C;
	text-decoration: none;
}
H2 a:hover {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	color: #06C;
	text-decoration: underline;
}

H3 {
	FONT-WEIGHT: normal;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #06C;
	font-weight: 400;
	TEXT-DECORATION: none
}

H3 a {
	color: #06C;
}
H3 a:link {
	color: #06C;
	text-decoration: none;
}
H3 a:visited {
	color: #06C;
	text-decoration: none;
}
H3 a:hover {
	color: #06C;
	text-decoration: underline;
}
H4 {
	FONT-WEIGHT: normal;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #06C;
	font-weight: 400;
	TEXT-DECORATION: none;
	display:inline;
}
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-size: 0.9em;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	/*

	background-color:#afb5c1;
	background-position: top;
	color: rgb(0, 0, 0);
	background-image: url("/Images/BG/body_bg.gif");
	background-color: rgb(255, 255, 255);
	*/
}

body a:link {
	color: #06C;
	text-decoration: none;
}

body a:hover {
	color: #06C;
	text-decoration: underline;
}

hr {
	border-bottom: 1px;
	border-top: 0px;
	border-left:0px;
	border-right:0px;
	border-color: rgb(3, 132, 191);
	border-style: dotted;
	clear:both;
	padding-top:1em;
}
}

@media all and (max-width: 479px) {
H1 {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	text-decoration: none;
	font-weight:300;
	margin-bottom: 0px;
	margin-top: 0;
	color: #06C;
	font-style: normal;
	text-align:center;
}
H2 {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size:1.6em;
	color: #06C;
	FONT-WEIGHT: 300;
	TEXT-DECORATION: none
}


A:link {
	text-decoration: none;
	color: #06C;
}
A:visited {
	text-decoration: none;
	color: #06C;
}
A:active {
	text-decoration: none;
	color: #06C;
}
A:hover {
	text-decoration: underline;
	color: #06C;
}

H2 a {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	color: #06C;
}
H2 a:link {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	color: #06C;
	text-decoration: none;
}
H2 a:visited {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	color: #06C;
	text-decoration: none;
}
H2 a:hover {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	color: #06C;
	text-decoration: underline;
}

H3 {
	FONT-WEIGHT: normal;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #06C;
	font-weight: 400;
	TEXT-DECORATION: none
}

H3 a {
	color: #06C;
}
H3 a:link {
	color: #06C;
	text-decoration: none;
}
H3 a:visited {
	color: #06C;
	text-decoration: none;
}
H3 a:hover {
	color: #06C;
	text-decoration: underline;
}

H4 {
	FONT-WEIGHT: normal;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #06C;
	font-weight: 400;
	TEXT-DECORATION: none;
	display:inline;
}
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-size: 0.9em;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	/*

	background-color:#afb5c1;
	background-position: top;
	color: rgb(0, 0, 0);
	background-image: url("/Images/BG/body_bg.gif");
	background-color: rgb(255, 255, 255);
	*/
}

body a:link {
	color: #06C;
	text-decoration: none;
}

body a:hover {
	color: #06C;
	text-decoration: underline;
}

hr {
	border-bottom: 1px;
	border-top: 0px;
	border-left:0px;
	border-right:0px;
	border-color: rgb(3, 132, 191);
	border-style: dotted;
	clear:both;
	padding-top:1em;
}

}