/*
Author: VendettaBoss
*/

/* The Classes */

.textzelle {
	vertical-align: top;
	background-color: #FFFFFF;
	text-align: left;

	}

/* Default Format */

body {
	background-color: #FFFFFF;
	}

.table {
	border-style: solid;
	border-color: #CCCCCC;
	border-width: thin;
	border-collapse: collapse;
	width: 300px;
	font-size:10pt;
	}

.tr {
	border-style: solid;
	border-color: #CCCCCC;
	border-width: thin;
	border-collapse: collapse;
	}

.th {
	vertical-align: top;
	background-color: #FFFFFF;
	text-align: left;
	width: 400px;
	}

.td {
	font-size:10pt;
	border-style: solid;
	border-color: #CCCCCC;
	border-width: thin;
	border-collapse: collapse;
	}

.h1 {
	font-family: Verdana;
	font-size: 12pt;
	color: #000000;
	font-style: none;
	font-variant: small-caps;
	}

.h2 {
	font-family: Verdana;
	font-size: 8pt;
	color: #CCCCCC;
	font-style: none;
	}

.p {
	font-family: Verdana, arial, sans serif;
	font-size: 10pt;
	color: #000000;
	font-style: none;
	}

.img {
	border: none;
	}

/* The Links */

a {
	text-decoration:  none;
	font-weight: bold;
	border: none;
	color: #002E61;
	}

a:hover {
	text-decoration: underline;
	border: none;
	}