﻿/* layout */

body {
	margin: 0px auto;
	padding: 0px;
	width: 968px;
	
	background-color: #FFFFFF;
	background-image: url(../images/bg.gif);
	background-position: top;
	background-repeat: repeat-y;
			
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
}

* html #container {
	margin-left: 1px;

}

* html .horizontal-align {
	margin-left: 1px;
}

.zero-boder {
	border: 0;
}

.bullet {
	vertical-align: middle;
	margin: 5px;
}

/* /layout */



/* box */

.box-title {
	font-family: Georgia, serif;
	font-size: 24px;
	text-align: center;
	color: #FFFFFF;
}

.light {
	vertical-align: middle;
	margin: 5px;
}

.box-title-small {
	font-size: 18px;
	font-weight: bold;
	color: #660099;
}

/* /box */



/* global links */

a:link {
	color: #FFFF00;
	text-decoration: underline;
}

a:visited {
	color: #660099;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

a:active {
	color: #FF9900;
	text-decoration: underline;
}

/* /global links */