﻿/* Tag Based */
	
	table, tr, th, td
	{
		border-collapse: collapse;
	}
	body, div, h1, h2, h3, p, ul, li, table, tr, th, td, form, textarea, select, option, input, button
	{
		font-family: arial, helvetica, sans-serif;
	}
	
	a img
	{
		border: none;
	}
	
	h1
	{
		font-size: 18px;
	}
	h2
	{
		font-size: 13px;
	}
	
	h2 span
	{
		font-weight: normal;
	}	
	
	h3 span
	{
		font-weight: normal;
	}	
	
	body, div, h3, p, ul, li, table, tr, th, td, form, textarea, select, option, input, button
	{
		font-size: 12px;
	}
	ul, ul li
	{
		list-style: square;
	}
	body, div, h1, h2, h3, p, ul, li, table, tr, th, td, form
	{
		margin: 0;
	}
	select, input
	{
		margin: 3px 6px;
	}
	textarea, button
	{
		margin: 6px;
	}
	li
	{
		margin-left: 1em;
		padding-left: 1em;
	}
	body, div, li, table, tr, th, td, form, textarea, select, option, input, button
	{
		padding: 0;
	}
	h1, h2, h3, p, ul, th, td
	{
		padding: 6px;
	}
	th, td
	{
		text-align: left;
	}
	th, td
	{
		vertical-align: top;
	}
	
/* Class */
	
	.ImageRight, .DiagramRight, .BoxRight
	{
	    float:right;
	}
	.ImageRight img, .DiagramRight img
	{
	    border: none;
	    display: block;
	    margin: 6px;
	}
	.ImageRight, .BoxRight
	{
	    background-color: #E1EBED;
	    color: inherit;
	}
	
	.ImageRight img
	{
	   height: 116px;
	   width: 182px;
	}
	
	.BoxRight
	{
	    margin: 6px;
	    padding: 6px;
	    width: 186px;
	}
	.Flash
	{
	    overflow: hidden;
	}
	.Flash object
	{
	    display: block;
	    margin: 6px;
	}	