body {
	background-color:#FFEFCC;
	background-color:#fff;
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	background-color:#eee;
	color: #000;
	text-decoration: underline;
}
a:visited {
	background-color:#eee;
	color: #000;
	text-decoration: underline;
}
a:hover {
	background-color:#eee;
	color: #000;
	text-decoration: none;
}
a:focus {
	outline:1px dotted #C00;
}

h1 {
	font-size: 15px;
	color: #000094;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
	
h2 {
	font-size: 12px;
	color: #000094;
	font-weight: bold;

}
h3 {
	font-size: 12px;
	line-height: 16px;
	color: #000;
}

.row {
	padding-top: 2em;
	padding-bottom: 2em;
}
.row.first {
	padding-top: 50px;
}
.row.first .col_12 {
	padding: 0;
}
.container.top {
	padding: 0px 0px 40px 0px;
}
.container {
	padding-bottom:40px;

}
.float-none {
	float: none;
	width: 100%;
	clear: both;
}

.small {
	font-size: 66%;
}
.big {
	font-size:120%;
	}

/*
_______________________________
Mobile version - single break point */

@media handheld, only screen and (max-width: 767px) {

/*	.row.first {clear: both; width: 100%; max-width: 767px; margin: 0 auto; padding-top: 0;}
	.container.top {padding-left: 0px; padding-right: 0px;}*/

.examplecontainer {
}
 body {
}
 .textright {
 text-align:left;
}
.textleft {
 text-align:right;
}
.container.top {
 width: 100%;
 margin-left:0;
 margin-right:0;
 padding-left:0;
 padding-right:0;
 padding-bottom:0px;
}
.container {
 width: 100%;
 margin-left:0;
 margin-right:0;
 padding-left:0;
 padding-right:0;
}
.row.first .col_12 {
	padding: 0;
}
}


/*
_______________________________
Provide higher res assets for higher resolution mobile screens */

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
/* An example of how to override an image with one twice the size for iPhone 4. Specify the original pixel size with background-size.
	.download {
	background: url(../img/downarrow@2x.png) no-repeat;
	background-size: 27px 28px;
	}
	*/

}
