/* === Slim Doodles - Indian Slim === */

<style>

/* === Body Text === */
body { font-family: arial, helvetica, sans-serif;  font-size: 12px;  }

/* === Table Data === */
td { font-family: Arial, Helvetica, sans-serif;  font-size: 12px; }


/* === Links Types === */

/* --- Plain Link Info --- */
a:link {color: navy;  font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: bold; text-decoration: underline }

a:visited {color: purple;  font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: bold; text-decoration: underline }

a:active {color: white;  font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: bold; text-decoration: underline } 

A:hover {text-decoration: none; color: red}


/* --- Text Link Info --- */
a.text:link  {color: #FFFF00;  font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-size: 12px; font-weight: bold}

a.text:visited {color: #FFFF99;  font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-size: 12px; font-weight: bold} 

a.text:active {color: red;  font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-size: 12px; font-weight: bold} 

A.text:hover {text-decoration: none; color: red}


/* --- Small Link Info --- */
/*a.small:link  {color: #FF6600;  font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-size: 11px; font-weight: normal} */
a.small:link  {color: red;  font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-size: 11px; font-weight: normal}

/*a.small:visited {color: #FF6600;  font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-size: 11px; font-weight: normal} */
a.small:visited {color: red;  font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-size: 11px; font-weight: normal} 

a.small:active {color: #ffffff;  font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-size: 11px; font-weight: normal} 

A.small:hover {text-decoration: none; color: red}


/* --- Small Stats Link Info --- */
a.smallstats:link  {color: navy;  font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-size: 11px; font-weight: normal}

a.smallstats:visited {color: purple;  font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-size: 11px; font-weight: normal} 

a.smallstats:active {color: white;  font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-size: 11px; font-weight: normal} 

A.smallstats:hover {text-decoration: none; color: red}



/* === Blue Text === */
.blue {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #333366}

/* === Blue Quote === */
.bluequote{
  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #333366}

/* === Blue Link === */
.bluelink{
  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #333366;}

.small{
  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color: #333333;}

.footer {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #333333}

h3 {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #333366}

.emphasis {  font-weight: bold}


/* For the data fields on the verification page */
.data { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #663300; font-weight: bold }

/* For the headline */
.headline { font-family: Arial, Helvetica, sans-serif; font-size: 20px; color: maroon; font-weight: bold }

/* For second headline */
.headline2 { font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: maroon; font-weight: bold }

/* For a black headline */
.headline2-black { font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: black; font-weight: bold }

/* Same as Table Header */
.heading { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: black; font-weight: bold }
.heading2 { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: black; font-weight: bold; }

/* For the byline */
.byline { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: black; font-weight: bold; }

/* For emphasis on buttons */
.button { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: maroon; font-weight: bold }

/* Error */
.error { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: purple }

/* Big Error */
.error-big { font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: purple; font-weight: bold }

/* Small Text Info */
.small-data { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: gray}
.small-text { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: black}

/* Small Text Info */
.tiny-data { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: gray}
.tiny-text { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: black}

</style>



