/* Styles for Content Writer */
h1 {
	/*font-size:1.3em; Neerja Pophli 11.8.07*/
	font-size:1.8em;
	font-weight:bold;
	/*color:#990033; Neerja Pophli 11.8.07*/
	color:#666666;
	margin-bottom:12px;
}

h1.large {
	/*font-size:1.4em; Neerja Pophli 11.8.07*/
	font-size:1.9em;
}

h2 {
	/*font-size:1.1em; Neerja Pophli 11.8.07*/
	font-size:1.6em;
	font-weight:bold;
	color:#000000;
	margin-bottom:12px;
}

h2.large {
	/*font-size:1.3em; Neerja Pophli 11.8.07*/
	font-size:1.7em;
}

h3 {
	/*font-size:1.3em; Neerja Pophli 11.8.07*/
	font-size:1.4em;
	font-weight:bold;
/*	color:#2A3B86;*/
	color:#990033;
	margin-bottom:12px;
}

h3.large {
	/*font-size:1.3em; Neerja Pophli 11.8.07*/
	font-size:1.5em;
}

h4 {
	/*font-size:1em; Neerja Pophli 11.8.07*/
	font-size:1.2em;
	font-weight:bold;
	color:#000000;
	margin-bottom:10px;
}

h4.large {
	/*font-size:1.2em; Neerja Pophli 11.8.07*/
	font-size:1.3em;
}

h5 {
	/*font-size:.91em; Neerja Pophli 11.8.07*/
	font-size:1em;
	font-weight:bold;
	color:#990033;
	margin-bottom:10px;
}

h6 {
	/*font-size:.75em; Neerja Pophli 11.8.07*/
	font-size:.91em;
	font-weight:bold;
	color:#000000;
	margin-bottom:10px;
}
/*Added by Neerja Pophli 11.8.07*/
h6.small {
	
	font-size:.75em;
	font-weight:bold;
	color:#000000;
	margin-bottom:10px;
}
/*End Add*/
hr {
	color:#CCCCCC;
	background-color:#CCCCCC;
	height:1px;
	border:0px solid #CCCCCC;
	clear:both;
}

p.paragraphalignright {
text-align:right;
}
p.paragraphalignleft {
text-align:left;
}
p.paragraphaligncenter {
text-align:center;
}
