@charset "UTF-8";

/*******************************************************************************
*  visual_consistencies.css : 2005.09.07 : Ruthsarian Layouts
* -----------------------------------------------------------------------------
*  Edited for size
*******************************************************************************/

* {
	padding: 0;
	margin: 0;
}

ul, ol, dl, p, h1, h2, h3, h4, h5, h6
{
	padding-bottom: 10px;
}
dl.csc-textpic-image {
	padding: 0;
}
h1
{
	font-size: 160%;
}
h2
{
	font-size: 140%;
}
h3
{
	font-size: 120%;
}
h4
{
	font-size: 100%;
}
h5
{
	font-size: 100%;
}
h6
{
	font-size: 100%;
}
a, a:link, a:visited, a:active
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
code, pre
{
	font-family: "Courier New", Courier, monospace;
}
label
{
	cursor: pointer;
}
table
{
	font-size: 100%;
}
td, th
{
	vertical-align: top;
	text-align: left;
}
body
{
	font-size: 100.1%;
}

embed,
object {
	border: 0;
	vertical-align: top;
}

img {
	display: block;
	border: 0;
}

/******************************************************************************/
