/**
 * HTML ELEMENT TAGS
 **/
body
{
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
}

p
{
}

a img
{
	border: none;
	text-decoration: none;
}

/**
 * COMMONLY USED CLASSES
 */

p.Title
{
	font-size: 16pt;
}

p.Content
{
	font-size: 12pt;
}
