*
{
    font-size:                          100.1%;
    font-family:                        Arial;
}

body
{
    margin:                             0 0 0 0;
    padding:                            0 0 0 0;
    width:														 1045px;
}

img
{
    border:                             none;
}

form
{
    /* solves the IE form-tag spacing problem */
    display:                            inline;
}
h1
{
    position:                           relative;
}
h1,
h2,
h3,
h4,
h5,
h6,
p
{
    /* same margin for all browser */
    margin:                             0 0 0 0;
    padding:                            0 0 0 0;
}
.greybold a,
.greybold a:link,
.greybold a:visited,
.greybold a:active,
.greybold a:hover,
.greybold a:focus
{
    font-size:                          12px;
	color:                              #49494B;
    text-decoration:                    none;
	white-space:						nowrap;
	 text-decoration:                    underline;	
}
.greybold a:hover
{
    text-decoration:                    underline;	
}
.grey a,
.grey a:link,
.grey a:visited,
.grey a:active,
.grey a:hover,
.grey a:focus
{
    font-size:                          10px;
	color:                              #49494B;
    text-decoration:                    none;
	white-space:						nowrap;
	 text-decoration:                    underline;	
}
.grey a:hover
{
    text-decoration:                    underline;	
}
a,
a:link,
a:visited,
a:active,
a:hover,
a:focus
{
    color:                              #FFFFFF;
    text-decoration:                    none;
	white-space:						nowrap;
}
a:hover
{
    text-decoration:                    underline;	
}

ul,
ul li
{
    list-style-type:                    none;
    margin:                             0 0 0 0;
    padding:                            0 0 0 0;
}

acronym,
dfn,
abbr
{
    /* display as help */
    border-bottom:                      1px dotted black;
    cursor:                             help;
}

.offscreen
{
    display:                            block;
    position:                           absolute;
    left:                               -3000px;
    height:                             0px;
    width:                              0px;
}

.error
{
    border:                             1px solid #DF164F;
}

.hidden
{
	display:    	                	none;
}
.clear
{
	clear:								both;	
	height:								0;
}
