body{
	background			: #DFDFDF;
	margin				: 0px;
	padding				: 0px;
}

body,td,th,div{
	font-family			: Tahoma, Helvetica, sans-serif;
	font-size			: 13px;
	color				: #444;
}

a{
	color				: #FF9900;
	text-decoration		: none;
}

a:hover{
	text-decoration		: underline;
}

#outline{
	width				: 840px;
	margin-top			: 10px;
	background			: url(../images/main_middle.jpg) repeat-y;
	overflow			: hidden;
}

#top_container{
	background			: white url(../images/main_top.png);
	height				: 246px;
}

#middle_container{
	overflow			: hidden;
	
}

#middle_container_inner{
	width				: 800px;
	text-align			: left;
}

#left{
	width				: 120px;
	float				: left;
	padding				: 0px 15px;
}

#center{
	width				: 480px;
	float				: left;
}

#right{
	width				: 120px;
	float				: left;
	padding				: 0px 15px;
}

#bottomcontainer{
	background			: url(../images/main_bottom.jpg);
	height				: 30px;
	padding				: 0px 25px;
}

#icons{
	padding-left		: 10px;
	padding-top			: 3px;
}

#bottomcontainer #icon{
	float				: left;
	margin-right		: 2px;
}

#bottomcontainer #copyright{
	float				: right;
        font-size                       : 10px;
	padding-right		: 10px;
	color				: #999999;
}

table.moduletable{
	width				: 120px;
	margin-bottom		: 10px;
}

table.moduletable th,
.sectiontableheader{
	font-weight			: bold;
	letter-spacing		: 1px;
	border-bottom		: 1px solid #666;
}

table.moduletable td{
	padding-top			: 10px;
}

table.moduletable td td{
	padding-top			: 0px;
}

.sectiontableentry1{
	background:#e7e7e7;
}

.contentheading{
	color				: #FF9900;
	font-size			: 24px;
	text-decoration		: none;
	padding-bottom		: 7px;
	background			: url(../images/underline.jpg) repeat-x bottom;
}


.contentheading a{
	color				: #444;
	text-decoration		: none;
}

.componentheading{
	color				: #FF9900;
	font-size			: 28px;
	margin-bottom		: 20px;
	text-decoration		: none;
}

.small,.createdate,.modifydate{
	color				: #999999;
	font-size			: 11px;
}

/* Title */
.title{
font-family: Verdana, Tahoma, Helvetica, sans-serif;
	color				: #FF9900;
	font-size			: 20;
	text-decoration		        : none;
	padding-bottom		        : 7px;
}

/* Heading Bold */
.heading_bold{
font-family: Verdana, Tahoma, Helvetica, sans-serif;
	color				: #FF9900;
	font-size			: 16;
        font-weight                     : bold;
	text-decoration		        : none;
	padding-bottom		        : 7px;
}

/* Heading */
.heading{
font-family: Verdana, Tahoma, Helvetica, sans-serif;
	color				: #FF9900;
	font-size			: 16;
	text-decoration		        : none;
	padding-bottom		        : 7px;
}

/* Sub Heading Bold */
.Sub_heading_bold{
font-family: Verdana, Tahoma, Helvetica, sans-serif;
	color				: #FF9900;
	font-size			: 14;
	text-decoration		        : none;
        font-weight                     : bold;
	padding-bottom		        : 7px;
}

/* Sub Heading */
.sub_heading{
font-family: Verdana, Tahoma, Helvetica, sans-serif;
	color				: #FF9900;
	font-size			: 14;
	text-decoration		        : none;
	padding-bottom		        : 7px;
}

/* Sub Heading Link */
.sub_heading_link{
font-family: Verdana, Tahoma, Helvetica, sans-serif;
	color				: #FF9900;
	font-size			: 14;
	text-decoration		        : underline;
	padding-bottom		        : 7px;
}

/* Body Bold */
.body_bold{
font-family: Verdana, Tahoma, Helvetica, sans-serif;
	color				: #666666;
	text-decoration		        : none;
        font-weight                     : bold;
	padding-bottom		        : 7px;
}

/* Body  */
.body{
font-family: Verdana, Tahoma, Helvetica, sans-serif;
	color				: #666666;
	text-decoration		        : none;
	padding-bottom		        : 7px;
}

/* Body Link */
.body_link{
font-family: Verdana, Tahoma, Helvetica, sans-serif;
	color				: #FF9900;
	text-decoration		        : underline;
	padding-bottom		        : 7px;
}

/* Small Link */
.small_link{
font-family: Verdana, Tahoma, Helvetica, sans-serif;
	color				: #FF9900;
	font-size			: 11;
	text-decoration		        : underline;
	padding-bottom		        : 7px;
}
/* Body Italic */
.body_italic{
font-family: Verdana, Tahoma, Helvetica, sans-serif;
	color				: #666666;
	font-size			: 12;
	font-style		        : italic;
	padding-bottom		        : 7px;
}
/* Body Color */
.body_color{
font-family: Verdana, Tahoma, Helvetica, sans-serif;
	color				: #FF9900;
	font-size			: 12;
	padding-bottom		        : 7px;
}

/* Body Color Italic*/
.body_color_italic{
font-family: Verdana, Tahoma, Helvetica, sans-serif;
	color				: #FF9900;
	font-size			: 12;
	font-style		        : italic;
	padding-bottom		        : 7px;
}

/* Body Color Italic*/
body_color_bold{
font-family: Verdana, Tahoma, Helvetica, sans-serif;
	color				: #FF9900;
	font-size			: 12;
	font-weight                     : bold;
	padding-bottom		        : 7px;
}