/* =============================
	CUSTOM STYLE CSS
	Colors, fonts, headings,hyperlinks style classes
============================= */

/* ======== COLORS ========== */

.COLORbackgroundBlack{
	background-color:	#000000;
}

.COLORbackgroundWhite{
	background-color:	#FFFFFF;
}

.COLORbackgroundLightBlue{
	background-color:	#1385B7;
}

.COLORwhite{
	color:				#ffffff;
}

.COLORgrey{
	color:				#333333;
}

.COLORgreyII{
	color:				#132633;
}

.COLORdarkBlue{
	color:				#083445;
}

/* COLOR FOR TITLE */
.COLORdarkBlueII{
	color:				#093445;
}

.COLORblue{
	color:				#1385B7;
}

.COLORred{
	color:				#D61B18;
}

.COLORgreen{
	color:				#22AD03;
}


.COLORbaseLine{
	border-color:		#EDEDED;
}

/* ======== FONTS ========== */

.FONT12RL{
	font-size:			0.92em;
	font-weight:		300;
	font-family:		'Roboto';		
}

.FONT12OL{
	font-size:			0.92em;
	font-weight:		300;
	font-family:		'Oswald';		
}

.FONT13OB{
	font-size:			1em;
	font-weight:		700;
	font-family:		'Oswald';		
}

.FONT13OL{
	font-size:			1em;
	font-weight:		300;
	font-family:		'Oswald';		
}

.FONT13RR{
	font-size:			1em;
	font-weight:		400;
	font-family:		'Roboto';		
}

.FONT13OR{
	font-size:			1em;
	font-weight:		400;
	font-family:		'Oswald';		
}

.FONT14OR{
	font-size:			1.07em;
	font-weight:		400;
	font-family:		'Oswald';		
}

.FONT14OL{
	font-size:			1.07em;
	font-weight:		300;
	font-family:		'Oswald';		
}

.FONT15OL{
	font-size:			1.15em;
	font-weight:		700;
	font-family:		'Oswald';		
}

.FONT15RB{
	font-size:			1.15em;
	font-weight:		700;
	font-family:		'Roboto';		
}

.FONT16OL{
	font-size:			1.23em;
	font-weight:		300;
	font-family:		'Oswald';		
}

.FONT16OR{
	font-size:			1.23em;
	font-weight:		400;
	font-family:		'Oswald';		
}

.FONT16OB{
	font-size:			1.23em;
	font-weight:		700;
	font-family:		'Oswald';		
}

.FONT17OR{
	font-size:			1.3em;
	font-weight:		400;
	font-family:		'Oswald';		
}

.FONT17OB{
	font-size:			1.3em;
	font-weight:		700;
	font-family:		'Oswald';		
}

.FONT18OR{
	font-size:			1.38em;
	font-weight:		400;
	font-family:		'Oswald';		
}

.FONT19RB{
	font-size:			1.46em;
	font-weight:		400;
	font-family:		'Roboto Slab';		
}

.FONT20OR{
	font-size:			1.53em;
	font-weight:		400;
	font-family:		'Oswald';		
}

.FONT22OR{
	font-size:			1.69em;
	font-weight:		400;
	font-family:		'Oswald';		
}

.FONT22OB{
	font-size:			1.69em;
	font-weight:		700;
	font-family:		'Oswald';		
}

.FONT24OR{
	font-size:			1.84em;
	font-weight:		400;
	font-family:		'Oswald';		
}

.FONT26RB{
	font-size:			2em;
	font-weight:		700;
	font-family:		'Roboto Slab';		
}

.FONT26OB{
	font-size:			2em;
	font-weight:		700;
	font-family:		'Oswald';		
}

/* ======== LINKS ========== */

.AnoUnderline{
	text-decoration:	none;	
}

/* ======== HEADINGS ========== */

h1,h2,h3{
	margin: 			0px;
	font-weight:		normal;
}

.H1HomeIntro{
	min-height:			26px;
	margin:				0px 0px 0px 0px;
	line-height:		1.2em;
}

.H1homeBLog{
	min-height:		18px;
	line-height:			24px;
	margin:				0px 0px 0px 0px;
}

.H1blogOverview{
	line-height:			24px;
	margin:				0px 0px 5px 0px;
	display:				inline-block;
	width:				100%;
}

.H1mainTitle{
	margin:				0px 0px 18px 0px;
	line-height:		1.69em
}

.H1memberTitle{
	margin:				0px 0px 15px 0px;
}

.H2home{
	margin:				0px 0px 15px 0px;
}

.H2blogDetails{
	margin:				0px 0px 15px 0px;
}

.H2memberOverview{
	margin:				20px 0px 5px 0px;
}

.H2memberSubTitle{
	margin:				0px 0px 0px 0px;
}

.H2contactSubTitle{
	margin:				35px 0px 25px 0px;
}

.H2artickleSubTitle{
	margin:				25px 0px 25px 0px;
}

.H3memberInfo{
	margin:				0px 0px 5px 0px;
}


.DEFAULTtextHeader{
	font-size:			20px;
	color:				#C2DDEA;
}

.FONTcapitals {
	text-transform: 	uppercase;
}

/* ======== OTHER ========== */