/*
** Standard Styles
*/

P, H2, H3, H4, H5, H6, PRE, Address, DIV, UL, LI
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
    color: #666666;
}

H1, .heading1
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 20px;
	font-weight: normal;
	color: #1F344F;
}


/*
** text style used for most text rendered by modules
*/
.Normal, .NormalDisabled
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 13px;
	font-weight: normal;
	color: #666666;
}


/*
** Styles for FCK Editor Style Dropdown list
**/
.SC_Panel
{
    background: #FFFFFF;
    background-image: none;
}

.SC_Item
{
    width: 200px;
    padding: 5px;
}

 
