/* CSS Document */

body {
	margin:0;
	padding:0;
}

a {
   color:#0731D9;
   text-decoration:none;
   text-decoration:underline;
}
a:hover {
   color:#5677FA;
   text-decoration:underline;
   font-weight:bold;
}
a:visited {
   color:#0731D9;
   text-decoration:underline;
}

p,li,.PreTag {
   font-family:Arial,sans-serif;
   font-size:10pt;
}


h1,h2,h3 {
   font-family:Arial,sans-serif;
}

h1 {
   color:#005782;
   font-size:16pt;
}

h2 {
   font-size:12pt;
}

h3 {
   font-size:12pt;
}


#SupportContent {
   padding:20px 55px;
}

.cursor {
   cursor: pointer;
}

.cursor:hover {
   color:#5677FA;
   text-decoration:underline;
   font-weight:bold;
}
