/* CSS Document */

.headline
{	color: #000000; font-size: 3.2em; font-weight: bold;	}
.title
{	color: #0000FF; font-size: 2.6em; line-height:1.4em; font-weight: bold;	}
.sub_title
{	color: #006666; font-size: 2.2em; line-height:1.4em; font-weight: bold;		}
.context
{	color: #000000; font-size: 1.8em; line-height:1.4em; font-weight: normal;	}
.std_context
{	color: #000000; font-size: 1.6em; line-height:1em; font-weight: normal;	}
.sub_context
{	color: #000000; font-size: 1.4em; line-height:1em; font-weight: normal;	}
.mini_context
{	color: #000000; font-size: 1.12em; line-height:1em; font-weight: normal;	}


.indent_to_context
{	padding-left: 1.5em;	}	
.indent_to_sub_title
{	padding-left: 2.5em;	}	
.indent_to_title
{	padding-left: 3em;		}

.bold
{	font-weight: bold;		}
.italic
{	font-style: italic;		}
.sub
{	vertical-align: sub; font-size: 0.6em;		}
.super
{	vertical-align: super; font-size: 0.6em;	}

.center
{	margin:0 auto; text-align: center;	}
.left
{	text-align: left;	}
.right
{	text-align: right;	}

br
{	height: 10px; line-height: 10px;	}
br.separator				
{	line-height: 0px; height: 0px; width: 0px; clear:both; }

div.red, span.red	{	color:red;	}
.maroon		{	color: maroon;	}	
.blue		{	color: blue;	}
.cyan		{	color: aqua; 	}
.navy		{	color: navy;	}
.green		{	color: green;	}
.lime		{	color: lime;	}
.olive		{	color: olive;	}	
.teal		{	color: teal;	}
.yellow		{	color: yellow; 	}
.purple		{	color: purple; 	}
.orange		{	color: orange; 	}
.pink		{	color: fuchsia;	}
.gray		{	color: gray; 	}
.silver		{	color: silver;	}
.black		{	color: black; 	}
.white		{	color: white; 	}
