
html, body {
	padding: 0px;
	margin: 0px;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #9e9e9e;
	background: url(/resources/images/bg.gif) left repeat-y;
	background-color: #fff;
}

form, input, textarea {
	margin: 0px;
	padding: 0px;
}

input { 
	vertical-align: middle;
}

img {
	border: 0px;
	display: inline;
	vertical-align: middle;
}

ul {
	margin: 0px;
	padding: 0px;
}

ul li {
	margin: 0px;
	padding: 0px;
}

ol {
	
}

ol li {
	
}

em {
	
}

div {
	font-size: 12px;
}

p { 
	margin: 0px 0px 10px 0px;
}

p img { 
	margin: 0px 10px 10px 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 5px 0px 5px 0px;
	padding: 0px;
	font-family: Tahoma;
}

h1 { 
	font-size: 16px;
}

h2 { 
	font-size: 14px;
}

h3 { 
	font-size: 13px;
}

h4 { 
	font-size: 12px;
	font-weight: bold;
	color: #7d7d7d;
}

h5 { 
	font-size: 11px;
}

h6 { 
	font-size: 10px;
}


/* links */
a:link, 
a:visited, 
a:active {
	text-decoration: underline;
	color: #7c2489;
}

a:hover,
a:visited:hover {
	text-decoration: none;
	color: #7c2489;
}

a.alter:link, 
a.alter:visited, 
a.alter:active {
	text-decoration: underline;
	color: #c8c8c8;
}

a.alter:hover,
a.alter:visited:hover {
	text-decoration: none;
	color: #c8c8c8;
}

/* share */
.uppercased { 
	text-transform: uppercase !important;
}

.underlined { 
	text-decoration: underline !important;
}

.italic { 
	font-style: italic !important;
}

.bold { 
	font-weight: bold !important;
}

.normal { 
	font-weight: normal !important;
}

.justify { 
	text-align: justify !important;
}

.center { 
	width: 100%;
	text-align: center !important;
}

.left { 
	text-align: left !important;
}

.right { 
	text-align: right !important;
}

.fleft { 
	float: left;
}

.fright { 
	float: right;
}

.hidden { 
	display: none;
}

.nohidden { 
	display: ;
}

img.left {
	float: left;
	margin: 0px 20px 5px 0px;
}

img.right {
	float: right;
	margin: 0px 0px 5px 20px;
}

.centered {
	margin: 0px auto;
	padding: 0px auto;
}

/**/
.required {
	color: #f00;
}

.description {
	font-style: italic;
	font-size: 10px;
	color: #d1d1d1;
}


/**/

