body {
	font-family: helvetica;
	font-size: 18px;
	-webkit-user-select: none;
	-webkit-text-size-adjust:none;
}

img {
	border: none;
}

button {
	font-family: helvetica;
	font-size: 18px;
}


/*** CI STYLES ***/
.title {
	font-size   	: 46px;
	font-weight		: bold;
	color			: #666699;
}

.slogan {
	margin-top		: -10px;
	font-size  		: 13px;
	font-weight		: bold;
	font-family		: helvetica;
	color			: #a2a2a4;	
}



/*** WINDOWS BOXES ***/
.win_top {
	border-top		: 1px solid #cccccc;
	background		: #f0f0f0;
}

.win_con {
	background		: #f0f0f0;	
}

.win_bot {
	border-bottom	: 1px solid #cccccc;
	background		: #f0f0f0;
}



/*** REPORT ***/
.tbl {
	border-collapse : collapse;
}

.rep_tbl_title {
	padding-top		: 15px;
	border-bottom	: 1px solid #aaaaaa;
}

.rep_tbl_cnt {
	border-bottom	: 1px solid #aaaaaa;
	background-color: #eeeeee;
}


/*** FORMULAR FIELDS ***/
.textfield {
	padding-left	: 5px;
	font-family		: helvetica;
	font-size		: 18px;
	border 			: 1px solid #cccccc;
	width			: 80%;
	margin-top		: 3px;
}



/*** MESSAGES BOXES ***/
.redbox {
	text-align		: left;
	padding			: 15px;
	border			: 1px solid #BC0900;
	background		: #FFD7D5;
}

.greenbox {
	text-align		: left;
	padding			: 15px;
	border			: 1px solid #008000;
	background		: #DBFFDB;
}

.orangebox {
	text-align		: left;
	padding			: 15px;
	border			: 1px solid #FF8C05;
	background		: #FFF0DF;
}



/*** LINKS ***/
A:active {
	color			: #7174FF;
	text-decoration : none;
}

A:link {
	color			: #7174FF;
	text-decoration : none;
}

A:visited {
	color			: #7174FF;
	text-decoration : none;
}

A:hover {
	color			: #FF0000;
	text-decoration : underline;
}