/* CSS Level 1, Thomas Dorn, SMS-Connect IE  V1.1 */
BODY {

        margin: 10pt;
        background-color: #EEEEEE;
        background-image: URL("/pics/vipweb_240_dorn.png");
        /* background-position: 0px 0px; */
        background-position: right bottom;
        background-attachment: fixed;
        background-repeat:no-repeat;
        color: #000000;
    font-family: 'Arial', 'Sans-Serif';
}

P { color: #000000 ;
    font-family: 'Arial', 'Sans-Serif';
        font-style: normal;
        font-size: 12pt;
        text-align: left;
}

A {
   color: #3118C6;
   text-decoration: none;
}
A:visited {
    COLOR: #ff9900; 
}
A:active {
    COLOR: #008000; 
}
A:hover {
	COLOR: #000000; 
}
.mini { color: #463C80;
        font-size: 8pt;
        font-style: normal;
        text-align: center;
}
.attention { 
 font-size: 16pt;
 font-style: normal;
 text-align: center;
}

.hell { 
 color: #463C80;
 font-size: 12pt;
 font-style: normal;
 text-align: center;
}

H1	{
	font-family:  'Arial', 'Sans-Serif';
	font-weight: bold;
	font-size: 24pt;
	text-align: center;
	position: relative;
	}
H2	{		
		font-family: 'Arial', 'Sans-Serif';
		font-weight: normal;
		font-size: 16pt;
		text-align: left;
		margin: 20pt;
}
H3	{
	font-family: 'Arial', 'Helvitica';
	font-weight: bold;
	font-size: 12pt;
	text-align: left;
	position: relative;
}
H4	{
	font-family: 'Arial', 'Helvitica';
	font-weight: normal;
	font-size: 8pt;
	text-align: Left;
	position: relative;
}

IMG.left { 
  float: left;
  margin-left: 10pt;
  margin-right: 10pt;
}
IMG.right { 
  float: right;
  margin-right: 10pt;
  margin-left: 10pt;
}
UL { 
	list-style: circle outside;
	list-style-image: url("pics/pin-red.gif");
}

TABLE	{				
	font-family:  'Arial', 'Sans-Serif';
	font-weight: bold;		
	font-size: 12pt;		}	
TR	{		
	font-family: 'Arial', 'Sans-Serif';
	font-weight: bold;		
	font-size: 12pt;		}	
TD	{		
	font-family: 'Arial', 'Sans-Serif';
	font-weight: normal;		
	font-size: 12pt;		}	
TH	{		
		font-family: 'Arial', 'Sans-Serif';
		font-weight: bold;		
		font-size: 12pt;		
	}


