/* CSS Document */


html,body {
	margin : 0;
	padding:0;
	height : 99%;
	width  : 100%;
}


#main_content {
  padding-top  : 25px;
}
 
/*****************	tag definition  *******************/

input, textarea {
	font-family			: Arial, Helvetica, sans-serif;
	font-size			  : 12px;
	color				     : #000000;
}

h2 {
	font-size			  : 12px;
	color				     : #8e3b47;
	font-weight			: bold;
}

small {
	font-size		  	: 10px;
}

a {
 color				      : #0000ff;
	font-family			 : Arial;
	font-size			   : 12px;
}

p, .text{
 color				      : #565147;
	font-family			 : Arial;
	font-size			   : 12px;
}

/*******************  communiques  ********************/

.communiquetitle {
 color				      : #565147;
	font-family			 : Verdana;
	font-size			   : 18px;
	padding-bottom : 5px;
	text-align     : left;
}

.communiquedate{
 color				      : #00687A;
	font-family			 : Arial;
	font-size			   : 11px;
}

.communiquetext{
 color				      : #565147;
	font-family			 : Arial;
	font-size			   : 12px;
	font-weight		  : normal;
	text-align     : justify;
}

.communiquelegend{
 color				      : #565147;
	font-family			 : Arial;
	font-size			   : 10px;
	font-weight		  : normal;
	text-align     : justify;
}

/*******************  Misc  *******************/

.resultsperpage {
 font-family			   : Arial, Helvetica, sans-serif;
	font-size		     	: 10px;
	color				        : #00687A;
}

.FormValidationMsg {
	color				        : #FF0000;
	font-style			    : italic;
	font-weight			   : bold;
}

.PopUp {
	font-size			     : 11px;
	color				        : #000000;
	background-color	: #ffffff;
}

#ValidationStatus {
	font-size			     : 11px;
	color				        : #990000;
	font-weight      : bold;
	display          : none;
}
