/* RealSofteck - CSS File COLOR STYLE */
::selection {
        background: #e5f5ff; /* Safari */
        color: #0e66a4;
}
::-moz-selection {
        background: #e5f5ff; /* Firefox */
        color: #0e66a4;
}
/* Span Colors */
.black, .black a{
	color:#000;
	text-decoration:none;
}
.black a:hover{
	text-decoration:underline;
}
.blue, .blue a{
	color:#0674bf;
	padding:2px 0px;
	text-decoration:none;
}
.blue a:hover{
	color:#2e9ae4;
	text-decoration:none;
}

.green, .green a{
	color:#669011;
	margin:0;
	text-decoration:none;
}
.green a:hover{
	text-decoration:underline;
}

.white, .white a{
	color:#fff;
	text-decoration:none;
}
.white a:hover{
	color:#d4d4d3;
	text-decoration:none;
}

.orange, .orange a{
	color:#c25d19;
	margin:0;
	text-decoration:none;
}
.orange a:hover{
	color:#c25d19;
	text-decoration:underline;
}

.yellow, .yellow a{
	color:#e5b521;
	margin:0;
	text-decoration:none;
}
.yellow a:hover{
	color:#e5b521;
	text-decoration:underline;
}
.magenta, .magenta a{
	color:#eb448c;
	margin:0;
	text-decoration:none;
}
.magenta a:hover{
	color:#eb448c;
	text-decoration:underline;
}
.gray{
	color:#767676;
	text-decoration:none;
}
.gray a{
	color:#535353;
	text-decoration:underline;
}
.gray a:hover{
	color:#0b64af;
	text-decoration:none;
}

.red, .red a{
	color:#793a10;
	text-decoration:none;
}

.red a:hover{
	color:#793a10;
	text-decoration:underline;
}	
.i_blue, .i_blue a{
	font-family: 'Crete Round', serif;
	font-weight:normal;
	font-size:13px;
	color:#46b7ff;
	margin:0;
	padding:2px 0px;
	text-decoration:none;
}
.i_blue a:hover{
	color:#feba70;
	text-decoration:none;
}

/* Active web fonts >>>
font-family: 'Open Sans', sans-serif;
font-family: 'Exo', sans-serif;
font-family: 'Droid Serif', serif;
font-family: 'Crete Round', serif;
font-family: 'Merriweather', serif;

*/

