/* MCE Content styles as per ASK2CSS XLS2 Declaration */

#page_content #center
{
	font-family: "Lucida Grande", "Lucida Sans", Verdana, Geneva, sans-serif;
}
a
{
	color: #cc0000;
	text-decoration: none;
	outline:none; 
}
a:hover { text-decoration: underline; outline:none; }
a:active {outline:none;}

.h2, .h3, .h4, .h5, .h6, #page_content h2, #page_content h3, #page_content h4, #page_content h5, #page_content h6
{
	display: block;
	margin: 0;
	font-weight: bold;
}

.h2, #page_content h2, #page h1.h2
{
	font-size: 13px;
	padding-top: 18px;
	padding-bottom: 9px;
	font-weight: bold;
	font-family: "Lucida Grande", "Lucida Sans", Verdana, Geneva, sans-serif;
}
.h3, #page_content h3
{
	font-size: 11px;
	font-weight: bold;
	line-height: 150%;
	padding-top: 9px;
	padding-bottom: 3px;
}
.h4, #page_content h4
{
	font-size: 9px;
	padding: 9px 0;
}
a.h4, .text1 a, .text2 a, .text3 a, .text4 a, #page_content h4 a
{ 
	color: #cc0000; 
	text-decoration: none 
}
a.h4:hover, .text1 a:hover, .text2 a:hover, .text3 a:hover, .text4 a:hover, #page_content h4 a:hover
{ 
	text-decoration: underline
}
div.style_theme .text1 a:hover
{
  color: #cc0000;
}

/* */
#page p 
{
  padding-top: 0;
	line-height: 150%;
	display:block;
	padding-bottom:9px;
}
/* */

.text1, .text2, .text3, .text4
{
	padding-top: 0;
	line-height: 150%;
	display:block;
}
.text1, .text2, .text3 {padding-bottom:9px;}
.text1, .text2 {font-size: 11px;}
.text3, .text4 {font-size: 9px;}
.text2
{
	font-style: italic;
}
.text4 { margin-bottom: 0; }


.list2, .list3, .list4
{
	font-size: 11px;
	line-height: 150%;
	margin: 0;
	padding-bottom:9px;
	display:block;
}
.list2 {padding-left: 25px;}
.list3 {padding-left: 50px;}
.list4 {padding-left: 75px;}

ul, ol
{ 
  margin: 0;
  padding: 0;
}

ul li, .bullet_list1, .bullet_list2, .bullet_list3
{
	font-size: 11px;
	margin: 0 0 9px 0;
	display: list-item;
	list-style-type: disc;
	line-height: 150%;
}
ul li, .bullet_list1 {margin-left: 25px;}
.bullet_list2 {margin-left: 50px;}
.bullet_list3 {margin-left: 75px;}

ol li, .number_list1, .number_list2, .number_list3
{
	font-size: 11px;
	line-height: 150%;
	margin: 0 0 9px 0;
	display: list-item;
	list-style-type: decimal;
}
ol li, .number_list1 {margin-left: 25px;}
.number_list2 {margin-left: 50px;}
.number_list3 {margin-left: 75px;}

.groove_line
{
	display: block;
	background-image: url(../images/frontend/shared/line_g1.gif);
	background-repeat: repeat-x;
}