/* Page settings */
body
{
	margin: 0px;
}

A
{
	text-decoration: none;
}

A:hover
{
	color: #649DE7;
	text-decoration: underline;
}

.PageHeader
{
	margin: 0px 0px 0px 0px;
}

.PageHeader .Main
{
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 20px;
	color: #3E7CD1;
	height: 60px;
	vertical-align: middle;
	background-color: #F1F6FA; /*#007EB2; */ /*#DFE7EE;*/ /*#F1F6FA; */ /*#3466A5;*/
}

.PageHeader .Main A
{
	color: white; 
	text-decoration: none;
}

.PageHeader .Menu
{
	text-align: left;
	background-color: #DFE7EE; /*#3466A5;*/
	color: #AFC8F1;
	padding: 5px;
}

.PageHeader .Menu A
{
/*	color: White;*/
	text-decoration: none;
}

.PageHeader .Bar
{
	height: 1px;
	background-color: #AFC8F1;
}

.PageFooter {
	background-color: #F1F6FA; /*#f4f4f4;*/
	border-top: solid 1px #B6C5E6; /*lightblue*/
}

.PageFooter TD {
	FONT-SIZE: 10px;
/*	TEXT-ALIGN: center; */
	padding: 2px 5px 3px 5px;
}

.PageFooter .PoweredBy {
	color: Gray;
}

.SponsoredLinks {
	font-family: Verdana, Tahoma, Helvetica, Sans-Serif; 
	font-size: 14px;
}

.SponsoredLinks .Header {
	font-weight: bold;
	color: brown;
}

/*
ul {
	margin: 0px 20px 0px 20px; 
}
*/

a
{
	color: #3D77C9;
}

/* Default text font settings */
body, td, p
{
	font-family: Arial, Tahoma, Helvetica, Sans-Serif; /* Trebuchet MS */
	font-size: 12px;
	color: #343434;
}

/* Container settings */
.PageContainer
{
	width: 100%;
	border-collapse: collapse;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.HeaderContainer
{
	vertical-align: top;
	padding: 0px;
}

.BodyContainer
{
	vertical-align: top;
	height: 100%;
	padding: 0px 0px 0px 0px;
}

.FooterContainer
{
	vertical-align: bottom;
	padding: 0px;
}

/* Page columns */
TABLE.BodyColumns
{
	border-collapse: collapse;
	margin: 0px 0px 0px 0px;
	height: 100%;
	width: 100%;
}

TD.LeftColumn
{
	background-color: #DFE7EE; /*#ECF4FF;*/
	padding: 0px;
	vertical-align: top;
	width: 150;
}

TD.RightColumn
{
	padding: 0px;
	vertical-align: top;
	width: 150;
}

TD.CentreColumn
{
	vertical-align: top;
	padding: 10px 10px 10px 10px;
	border-left: solid 1px #B6C5E6;
	border-right: solid 1px #B6C5E6;
	height: 700px;
}

TD.CentreRow
{
	background-color: #9FB6CA; /*#3E7CD1;*/
	height: 10px;
	border-right: solid 1px #9FB6CA; /*#3E7CD1;*/
	border-left: solid 1px #9FB6CA; /*#3E7CD1;*/
}

.Heading
{
	font-family: Verdana, Arial, Tahoma, Helvetica, Sans-Serif; 
	font-weight: bold;
}

.SubHeading
{
	font-family: Verdana, Arial, Tahoma, Helvetica, Sans-Serif; 
	font-weight: bold;
	font-size: 14px;
}

.SubHeading .Total
{
	font-weight: normal;
}

/* Panels */
.Panel .Details
{
	font-size: 11px;
	color: Gray;
	padding-bottom: 5px;
}

.Panel .Details A
{
	color: Gray;
	font-weight: bold;
}

/* Left column panels */
.LeftColumn .Panel
{
	border-collapse: collapse;
	width: 100%;
	margin: 0px;
}

.LeftColumn .Heading
{
	font-weight: bold;
	background-color: #9FB6CA; /*#3E7CD1;*/
	color: White;
	padding: 3px 3px 3px 8px;
	width: 100%;
}

.LeftColumn .Content
{
	padding: 1px 3px 10px 3px;
}

.LeftColumn .HorizontalRule
{
	height: 1px;
	font-size: 1px;
	border-bottom: solid 1px #B6C5E6; /*#d3e3f3;*/
	margin: 0px 5px 5px 5px;
}

.CentreColumn .Panel
{
	border-collapse: collapse;
}

.CentreColumn .Panel .Item
{
	padding: 2px;
}

.CentreColumn .Panel TD
{
	padding: 2px;
}

.CentreColumn .Heading
{
	font-weight: bolder;
	font-size: 16px;
	color: #3962A4;
	padding: 3px 3px 5px 0px;
}

.CentreColumn .SmallText
{
	color: Gray;
	font-size: 11px;
}

.CentreColumn .SmallText A
{
	color: Gray;
	font-size: 11px;
}

.CentreColumn .Box
{
	border-right: #006699 1px solid;
	padding-right: 5px;
	border-top: #006699 1px solid;
	padding-left: 5px;
	padding-bottom: 5px;
	border-left: #006699 1px solid;
	padding-top: 5px;
	border-bottom: #006699 1px solid;
	background-color: #f1f1f1;
}

.CentreColumn .Required
{
	color: Red;
}

.CentreColumn .Message
{
	background-color: #F1F6FA; /*#f4f4f4;*/
	width: 98%;
	border: lightblue 1px solid;
	padding: 5px 5px 5px 5px;
	font-size: 11px;
	margin: 10px 0px 10px 0px;
}

.CentreColumn .HorizontalRule
{
	height: 1px;
	font-size: 1px;
	border-bottom: solid 1px #d3e3f3;
	margin: 5px 0px 5px 0px;
}

/* Form styles */
.Field
{
	font-size: 11px;
	margin-top: 5px;
}

.FieldFull
{
	width: 100%;
	font-size: 11px;
	margin-top: 5px;
}

.Field120
{
	width: 120px;
	font-size: 11px;
	margin-top: 5px;
}

.Field150
{
	width: 150px;
	font-size: 11px;
	margin-top: 5px;
}

.Field200
{
	width: 200px;
	font-size: 11px;
	margin-top: 5px;
}

.Field300
{
	width: 300px;
	font-size: 11px;
	margin-top: 5px;
}

.Field400
{
	width: 400px;
	font-size: 11px;
	margin-top: 5px;
}

.Field500
{
	width: 500px;
	font-size: 11px;
	margin-top: 5px;
}

.FormButton
{
	font-size: 11px;
	width: 100px;
}

/* Right column panels */
.RightColumn .Panel
{
	border-collapse: collapse;
	width: 100%;
	margin: 0px;
}

.RightColumn .Panel .Heading
{
	font-weight: bold;
	background-color: #9FB6CA; /*#3E7CD1;*/
	color: White;
	padding: 3px 8px 3px 8px;
	width: 100%;
}

.RightColumn .Panel .Content
{
	padding: 1px 3px 10px 3px;
}

.RightColumn .Panel .Content .Message
{
	font-size: 11px;
	color: Green;
}

.RightColumn .HorizontalRule
{
	height: 1px;
	font-size: 1px;
	border-bottom: solid 1px #B6C5E6; /*#d3e3f3;*/
	margin: 0px 5px 5px 5px;
}

/* Misc Styles */
.HelpLink
{
	cursor: help;
}

DIV.ListItem
{
	padding: 0px 0px 0px 8px;
	background-image: url(Images/BlueBullet.gif); 
	background-repeat: no-repeat;
	background-position: left center;
}

DIV.CommentItem
{
	padding: 0px 0px 0px 22px;
    background-image: url(Images/icon_Comment.gif); 
    background-repeat: no-repeat;
    background-position: left top;
}

DIV.Trail
{
	background-color: #F1F6FA; /*#f4f4f4;*/
	margin: 0px 0px 15px 0px;
/*	width: 100%;*/
	border: lightblue 1px solid;
	padding: 5px 5px 5px 5px;
	font-size: 11px;
	font-weight: bold;
}

/* ViewArticlePanel styles */
.ViewArticlePanel
{
	border-collapse: collapse;
	width: 100%;
}

.ViewArticlePanel .Title
{
	font-weight: bolder;
	font-size: 18px;
	color: #006699;
	/*font-style: italic;*/
	padding: 0px 0px 10px 0px;
}

.ViewArticlePanel .Content
{
	line-height:16px;
}

.ViewArticlePanel .Content TABLE
{
	background-color: white;
}
.ViewArticlePanel .Content TH
{
    FONT-SIZE: 10pt;
	FONT-WEIGHT: bold;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
    BACKGROUND-COLOR: #F5F5F5;
}
.ViewArticlePanel .Content TD
{
    FONT-SIZE: 8pt;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
}

.ViewArticlePanel .PageTitle
{
	font-weight: bold;
	font-size: 14px;
	margin: 0px 0px 10px 0px;
}

.AuthorSummary
{
	background-color: #F1F6FA; /*#f4f4f4;*/
	float: right;
	border: solid 1px #B6C5E6; /*lightblue*/
	padding: 8px 8px 8px 8px;
	margin: 0px 0px 15px 15px;
	width: 180px;
}

.AuthorSummary .Name
{
	font-weight: bold;
	margin: 2px 0px 8px 0px;
	font-size: 11px;
}

.AuthorSummary .Biography
{
	line-height: 14px;
	font-size: 11px;
}

.AuthorSummary P
{
	line-height: 12px;
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 8px;
}

.AuthorSummary .Picture
{
	float: left;
	margin: 5px 5px 5px 0px;
}

.ArticleFeedbackPanel
{
	background-color: #F1F6FA; /*#f4f4f4;*/
	margin: 5px 0px 5px 0px;
	width: 100%;
	text-align: left;
	border: solid 1px #B6C5E6; /*lightblue*/
	padding: 10px;
}

.ArticleFeedbackPanel textarea
{
	width:100%;
}

.ArticleFeedbackPanel TD
{
	background-color: #F1F6FA; /*#f4f4f4;*/
	padding: 0px;
}

.ArticleFeedbackPanel .Heading
{
	font-size: 12px;
}

.RatingDisplay .Label
{
	font-family: Tahoma, Helvetica, Sans-Serif;
	font-size: 10px;
	margin-right: 5px;
}

.RatingDisplay .Rating
{
	padding: 0px 0px 0px 0px;
}

.RatingDisplay .Rating IMG
{
	margin: 0px 2px 0px 2px;
}

/* ArticleSummariesPanel styles */
.ArticleSummariesPanel .Title
{

	background-color: #F1F6FA; /* #ECF4FF; */
	border-bottom: solid 1px #B6C5E6; /*lightblue*/
	font-weight: bold;
	padding: 1px;
/*	width: 100%;  */
	display:block; 
}

.ArticleSummariesPanel .Title A
{
	text-decoration: none;
}

.ArticleSummariesPanel .Title A:hover
{
	text-decoration: underline;
}

.ArticleSummariesPanel .Status
{
	background-color: #FFFFCC;
}

.ArticleSummariesPanel .Status TABLE TD
{
	font-size: 11px;
}

.ArticleSummariesPanel .Status .Notes
{
	font-style: italic;
}

.ArticleSummariesPanel .Content
{
	line-height: 16px;
}

.ArticleSummariesPanel .SmallLinks
{
	margin: 0px 0px 0px 0px;
}

.ArticleSummariesPanel .SmallLinks A
{
	text-decoration: none;
}

.ArticleSummariesPanel .SmallLinks .IMG
{
	vertical-align: super;
}

.ArticleSummariesPanel IMG.AuthorPicture
{
	margin: 0px 10px 10px 0px;
}

/* ArticleOptionsPanel styles */
.ArticleOptionsPanel DIV
{
	margin: 0px 3px 0px 5px;
	font-size: 11px;
}

/* SiteMenuPanel styles */
.SiteMenuPanel .Content DIV
{
	margin: 0px 3px 0px 5px;
	font-size: 11px;
}

/* ArticleHistoryPanel styles */
.ArticleHistoryPanel .Content
{
	font-size: 11px;
}

.ArticleHistoryPanel ol
{
	margin-bottom: 0px;
}

.ArticleHistoryPanel DIV.ListItem
{
	margin: 2px 0px 0px 5px;
	background-position: 0% 6;
}

.ArticleHistoryPanel ul li
{
	margin: 0px -10px 0px -40px; 
	list-style-type: disc;
	color: #CCCCCC; 
}

/* RootArticleCategoryPanel */
.RootArticleCategoriesPanel DIV.ListItem
{
	margin: 5px 0px 5px 10px;
}
.RootArticleCategoriesPanel .Content DIV
{
	margin: 2px 2px 1px 5px;
}

/* ForumsListPanel styles */
.ForumsListPanel .Content DIV
{
	margin: 2px 2px 1px 5px;
}

.ArticleFavouritesPanel DIV.ListItem
{
	margin: 2px 0px 0px 5px;
	background-position: 0% 6;
}

/* ArticlesToReadPanel styles */
.ArticlesToReadPanel .Content
{
	font-size: 11px;
}

.ArticlesToReadPanel DIV.ListItem
{
	margin: 2px 0px 0px 5px;
	background-position: 0% 6;
}

.ArticlesToReadPanel .Content DIV
{
	margin: 2px 2px 1px 5px;
}

.ArticlesToReadPanel .ListItem
{
	margin: 5px 0px 0px 0px;
}

.ArticlesToReadPanel ul li
{
	margin: 0px -20px 0px -3px; 
	list-style-type: disc;
	color:#CCCCCC; 
}


/* SmallArticleFavouritesPanel styles */
.SmallArticleFavouritesPanel .Content
{
	font-size: 11px;
}

.SmallArticleFavouritesPanel DIV.ListItem
{
	margin: 2px 0px 0px 5px;
	background-position: 0% 6;
}

.SmallArticleFavouritesPanel ul li
{
	margin: 0px -20px 0px -3px; 
	list-style-type: disc;
	color:#CCCCCC; 
}


/* MyArticlesPanel styles */
.MyArticlesPanel .Info .StatusDisapproved
{
	color: Blue;
	text-decoration: underline;
	cursor: help;
}

/* PopularAuthorsPanel styles */
.PopularAuthorsPanel .Content
{
	font-size: 11px;
}

.PopularAuthorsPanel ol
{
	margin-bottom: 0px; 
}

.PopularAuthorsPanel DIV.ListItem
{
	margin: 2px 0px 0px 5px;
	background-position: 0% 6;
}

.PopularAuthorsPanel ul li
{
	margin: 0px -20px 0px -3px; 
	list-style-type: disc;
	color: #CCCCCC; 
}

/* PopularArticlesPanel styles */
.PopularArticlesPanel .Content
{
	font-size: 11px;
}

.PopularArticlesPanel OL
{
	margin-bottom: 0px;
}

.PopularArticlesPanel DIV.ListItem
{
	margin: 2px 0px 0px 5px;
	background-position: 0% 6;
}

.PopularArticlesPanel UL LI
{
	margin: 0px -20px 0px -3px; 
	list-style-type: disc;
	color: #CCCCCC; 
}

/* CategoryArticleMapPanel styles */
.CategoryArticleMapPanel .Content DIV
{
	margin: 0px;
}

/* ViewCategoryAdvancedPanel styles */
.ViewCategoryAdvancedPanel A.Unread, .ViewCategoryAdvancedPanel A.Unread:visited
{
	color: #3D77C9;
	font-size: 12px;
	font-weight: bold;
}

.ViewCategoryAdvancedPanel A.Read, .ViewCategoryAdvancedPanel A.Read:visited
{
	color: gray;
	font-size: 12px;
	font-weight: bold;
}

.ViewCategoryArticleSummariesPanel .Item
{
	margin-bottom: 10px;
	border: solid 1px #B6C5E6; /*lightblue*/
}

/* FeaturedArticlesPanel styles */
.FeaturedArticlesPanel .Item
{
	border: solid 1px #B6C5E6; /*lightblue*/
	padding: 3px;
}

/* AuthorArticlesPanel styles */
.AuthorArticlesPanel .Item
{
	margin-bottom: 10px;
	border: solid 1px #B6C5E6; /*lightblue*/
}

/* AuthorBlogsPanel styles */
.AuthorBlogsPanel .Item
{
	margin-bottom: 10px;
	border: solid 1px #B6C5E6; /*lightblue*/
}

/* ViewBlogsPanel styles */
.ViewBlogsPanel .Item
{
	margin-bottom: 10px;
	border: solid 1px #B6C5E6; /*lightblue*/
}

/* MyArticlesPanel styles */
.MyArticlesPanel .Item
{
	margin-bottom: 10px;
	border: solid 1px #B6C5E6; /*lightblue*/
}

/* MyBlogsPanel styles */
.MyBlogsPanel .Item
{
	margin-bottom: 10px;
	border: solid 1px #B6C5E6; /*lightblue*/
}

/* RecentArticlesPanel styles */
.RecentArticlesPanel .Item
{
	margin-bottom: 10px;
	border: solid 1px #B6C5E6; /*lightblue*/
}

.RecentArticlesPanel .Title
{
	padding: 1px;
}

.RecentArticlesPanel .Heading
{
	background-color: #F1F6FA; /*#f4f4f4;*/
	border: solid 1px #B6C5E6;
	font-weight: bold;
	padding: 3px;
	width: 100%;
	display: block;
	margin-bottom: 3px;
}

H1{
	font-family: Verdana, Arial, Tahoma, Helvetica, Sans-Serif; 
	font-weight: bolder;
	font-size: 16px;
	background: #DFE7EE;
	border: solid 1px #B6C5E6;
	clear: right;
	color: #3962A4;
	margin: 10px 0 10px 0;
	padding: 3px 10px;
}
.H1Insert, .H1Insert
{
	float: right;
	margin-top: -31px;
	margin-right: 6px;
	vertical-align: middle;
}

H1.WithInsert, H1.WithInsert
{
	vertical-align: middle;
	padding-right: 44px;
	overflow: visible
}

/* RecentNewsPanel styles */
.RecentNewsPanel SPAN
{
	width: 100%;
	display: block;
}

.RecentNewsPanel .Item
{
	margin-bottom: 10px;
	border: solid 1px #B6C5E6; /*lightblue*/
}

.RecentNewsPanel .Title
{
	background-color: #F1F6FA; /*#ECF4FF;*/
	border-bottom: solid 1px #B6C5E6; /*lightblue*/
	font-weight: bold;
	padding: 1px;
}

.RecentNewsPanel .Details
{
	padding: 5px 0px 3px 0px;
}

.RecentNewsPanel .Content
{
	line-height: 14px;
	font-size: 11px;
}

.RecentNewsPanel .SmallLinks
{
	margin: 5px 5px 0px 5px;
}

.RecentNewsPanel .SmallLinks A
{
	text-decoration: none;
}

.RecentNewsPanel .SmallLinks .IMG
{
	vertical-align: super;
}
.RecentNewsPanel .Link
{
	text-align: right;
}

/* SmallSearchPanel styles */
.SmallSearchPanel .Button
{
	font-size: 11px;
	color: #333333;
	width: 30px;
}

.SmallSearchPanel .Content
{
	font-size: 11px;
}

/* SyndicatePanel styles */
.SyndicatePanel .Title
{
	font-weight: bold;
	font-size: 14px;
	margin: 0px 0px 10px 0px;
}

.SyndicatePanel .Content DIV
{
	margin-bottom: 5px;
	margin-left: 10px;
}

/* RecentBlogsPanel styles */
.RecentBlogsPanel .Item
{
	margin-bottom: 10px;
	border: solid 1px #B6C5E6; /*lightblue*/
}

.RecentBlogsPanel .Title
{
	padding: 1px;
}

.RecentBlogsPanel .Heading
{
	color: black;
	font-weight: bold;
	font-size: 11px;
}

.RecentBlogsPanel .Link
{
	text-align: right;
}

.RecentTopicsPanel TABLE.Border
{
	border-collapse: collapse;
	margin: 0px 0px 0px 0px;
	border: solid 1px #B6C5E6; 
	width: 100%; 
	cellpadding: 0;
	cellspacing: 0;
}

.RecentTopicsPanel TD
{
	font-size: 11px;
}

.RecentTopicsPanel TD.Header
{
	background-color: #F1F6FA; 
	border-bottom: solid 1px #B6C5E6; 
	font-weight: bold; 
	padding: 1px;
}

.RecentTopicsPanel TD.Topic
{
	font-weight: bold; 
}

.RecentTopicsPanel TD.Date
{
	color: Gray;
}

.ArticleRelatedArticlesPanel .Heading
{
	font-size:12px;
}

.ArticleSeriesPanel .Heading
{
	font-size: 12px;
}

.ArticleCommentsPanel .Heading
{
	font-size: 12px;
}

.ArticleRelatedLinksPanel .Heading
{
	font-size: 12px;
}

.ViewBlogEntryPanel .Content
{
	margin-top: 10px;
}

/* BlogSummariesPanel styles */
.BlogSummariesPanel .Title
{
	background-color: #F1F6FA; /* #ECF4FF; */
	border-bottom: solid 1px #B6C5E6;
	font-weight: bold;
	padding: 1px;
}

.BlogSummariesPanel .Title A
{
	text-decoration: none;
}

.BlogSummariesPanel .Title A:hover
{
	text-decoration: underline;
}

.BlogSummariesPanel .Status
{
	background-color: #FFFFCC;
}

.BlogSummariesPanel .Status TABLE TD
{
	font-size: 11px;
}

.BlogSummariesPanel .Status .Notes
{
	font-style: italic;
}

.BlogSummariesPanel .Content
{
	line-height: 16px;
/*	margin-bottom: 10px;*/
}

.BlogSummariesPanel .Content .SmallLinks
{
	margin: 5px 5px 0px 5px;
}

.BlogSummariesPanel .Content .SmallLinks A
{
	text-decoration: none;
}

.BlogSummariesPanel .Content .SmallLinks .IMG
{
	vertical-align: super;
}

.BlogEntryCommentsPanel .Heading
{
	font-size: 12px;
}

/* SearchResultsPanel styles */
.SearchResultsPanel .Content
{
	line-height: 16px;
}

/* ViewAuthorPanel styles */
.ViewAuthorPanel .AuthorPicture
{
	margin: 0px 10px 10px 0px;
}

/* ViewAccountPanel styles */
.ViewAccountPanel .AuthorPicture
{
	margin: 0px 10px 10px 0px;
}

.OneThird {
	vertical-align: top;
	width: 45%;
	padding: 0px 0px 0px 10px;
	margin: 0px;
	clear: right;
	border-top: 1px solid #B6C5E6;
	border-bottom: 1px solid #B6C5E6;
}
.TwoThirds {
	vertical-align: top;
	width: 55%;
	padding: 0px 10px 10px 0px;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #B6C5E6;
	border-right: 1px solid #B6C5E6; 
	border-bottom: 1px solid #B6C5E6;
}

TABLE.ad_border {
	border: #CCCCCC solid 1px;
	background-color: white;
}

table.sponsored_top		{ background-color: transparent; background-image: url(/images/itembg_light.jpg); background-repeat: no-repeat; background-attachment: scroll; background-x-position: 0%; background-y-position: 0%; border-bottom: 1px solid #8CB2C4; padding: 6px; padding-bottom: 0px; margin: 0px; margin-bottom: 1px;}
font.sponsored_top		{font-family: Arial, Helvetica, Verdana, sans-serif; color: #333333; font-size : 12px;}

#CODE    { background-color: #FCFCFC; font-family: monospace, Courier New, Courier; font-size: 11px; color: navy; border-top: #999999 solid 1px; border-bottom: #999999 solid 1px; border-right: #999999 solid 1px; border-left: #999999 solid 1px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; width: 100%;}

#QUOTE   { background-color: #FCFCFC; color: #606060; border-top: #999999 solid 1px; border-bottom: #999999 solid 1px; border-right: #999999 solid 1px; border-left: #999999 solid 1px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; width: 100%;}

#FIXED   { font-family : monospace, Courier New, Courier; font-size : 11px; }
 

.d {/* delimiter */	font-family: monospace, Courier New, Courier; color : #000000; background-color : #ffff00;}

.s {/* string */	font-family: monospace, Courier New, Courier; color : magenta;}

.c {/* comment */	font-family: monospace, Courier New, Courier; color : #008000;}

.f {/* function */	font-family: monospace, Courier New, Courier; color : #000080;}

.p {/* property */	font-family: monospace, Courier New, Courier; color : #0000FF;}

.k {/* keyword */	font-family: monospace, Courier New, Courier; color : #0000FF;}

.op {/* operator */	font-family: monospace, Courier New, Courier; color : brown;}

.ob{/* object */	font-family: monospace, Courier New, Courier; color : #800080; font-weight : bold;}
