@charset "UTF-8";

body
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 80%;
	background-color: white;
	color: #666;
	margin: 20px;
	padding: 0;
	line-height: 1.3em;
}

h1, h2, h3, h4, h5 { color: black; }
h2 + h3, h3 + p { margin-top: -0.5em; }
td h3 { margin-top: 0; }

a:link,
a:visited,
a:hover,
a:active,
a:focus
{
	font-weight: bold;
	color: #666;
}

a:active, a:focus { outline: none; }

img { border: 0; }

ul
{
	margin-left: 0;
	padding-left: 1.25em;
}

/* Definition Lists */
dt { font-weight: bold; color: black; }

/* Form Elements */
form input.text_input,
form textarea { border: solid 1px #999; }

/* Misc Elements */
.skypeK { display: none; }