/* CSS RESET *****************************************************************/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	outline:0;
	vertical-align: baseline;
	font-family:sans-serif;
	font-size:0px;
	font-weight:normal;
	font-style:normal;
}
body
{
	line-height:1;
	color:#000000;
	background:#ffffff;
}
a,a:link,a:visited,a:active,a:hover
{
	text-decoration:none;
	color:#000000;
}
a:active
{
	outline:none;
}
a:focus
{
	-moz-outline-style:none;
}
a img
{
	border:0;
}
:focus {
	outline:0;
}
ol,ul
{
	list-style:none;
}
table
{
	border-collapse:collapse;
	border-spacing:0px;
}
/*****************************************************************************/

/* Predefined styles *********************************************************/
.bold
{
	font-weight:bold;
}
.italic
{
	font-style:italic;
}
.center
{
	text-align:center;
}
.right
{
	text-align:right;
}
.divcenter
{
	margin:0px auto;
}
.hidden
{
	visibility:hidden;
}
.nodisplay
{
	display:none;
}
.clear
{
	clear:both;
}
.uppercase
{
	text-transform:uppercase;
}
/******************************************************************************/
