/*
 * FCKeditor - The text editor for internet
 * Copyright (C) 2003-2005 Frederico Caldeira Knabben
 * 
 * Licensed under the terms of the GNU Lesser General Public License:
 * 		http://www.opensource.org/licenses/lgpl-license.php
 * 
 * For further information visit:
 * 		http://www.fckeditor.net/
 * 
 * "Support Open Source software. What about a donation today?"
 * 
 * File Name: fck_editorarea.css
 * 	This is the default CSS file used by the editor area. It defines the
 * 	initial font of the editor and background color.
 * 
 * 	A user can configure the editor to use another CSS file. Just change
 * 	the value of the FCKConfig.EditorAreaCSS key in the configuration
 * 	file.
 * 
 * File Authors:
 * 		Frederico Caldeira Knabben (fredck@fckeditor.net)
 */


/* 
	added custom styles
	06-16-2006

	prabode@iconicweb.com
*/

body, textarea, select, option, input {
	font-family: 'Arial';
	font-weight: normal;
	font-size: x-small;
	color: #000000;

}

.h1{
	font-family: 'Arial';
	font-weight: bold;
	font-size: medium;
	color: #000000;

}


.h2{
	font-family: 'Arial';
	font-weight: bold;
	font-size: small;
	color: #000000;

}

.h2blue{
	font-family: 'Arial';
	font-weight: bold;
	font-size: small;
	color:#3273C0;

}


.h2red{
	font-family: 'Arial';
	font-weight: bold;
	font-size: small;
	color: #FD0000;

}

.h3{
	font-family: 'Arial';
	font-weight: bold;
	font-size: x-small;
	color: #000000;

}
.h3blue{
	font-family: 'Arial';
	font-weight: bold;
	font-size: x-small;
	color:#3273C0;

}

.h3red{
	font-family: 'Arial';
	font-weight: bold;
	font-size: x-small;
	color: #FD0000;

}

.p1{
	font-family: 'Arial';
	font-weight: normal;
	font-size: x-small;
	color: #000000;
}

.p1blue{
	font-family: 'Arial';
	font-weight: normal;
	font-size: x-small;
	color: #3273C0;
}


.p1red{
	font-family: 'Arial';
	font-weight: normal;
	font-size: x-small;
	color: #FD0000;
}

.p2{
	font-family: 'Arial';
	font-weight: normal;
	font-size: xx-small;
	color: #000000;
}
.p2blue{
	font-family: 'Arial';
	font-weight: normal;
	font-size: xx-small;
	color:#3273C0;
}
.p2red{
	font-family: 'Arial';
	font-weight: normal;
	font-size: xx-small;
	color: #FD0000;
}

a:link {
font-family: 'Arial';
color: #039;
}
a:visited {
font-family: 'Arial';
color: #800080;
}
#CertBodiesAnchors a:link {
font-family: 'Arial';
color: #b73e3e;
}
#CertBodiesAnchors a:visited {
font-family: 'Arial';
color: #b73e3e;
}


.footer
{
	font-family: 'Arial';
	font-weight: normal;
	font-size: xx-small;
	color: #000000;
}

.notes
{
	font-style : italic;
	font-weight: normal;
	font-family: 'Arial';
	font-size: xx-small;
	color: #000000;
}
