/* Global Defaults

-------------------------------------------------------------------------------- */

.left { float:left; }

.right { float:right; }

.clr { clear:both; font-size:0; overflow:hidden; }

*+html .clr { display:inline; }

* html .clr { display:inline; }

textarea { resize:none; }

td { vertical-align:middle; }

h1, h2, h3, h4, h5, h6 { line-height: 1em; }



/* Must be changed to correct values according to the design */

body { font-family:Arial, Helvetica, sans-serif; font-size:12px; }

h1 { 

	color: #160A59;

    font-family: "RalewayThin";

    font-size: 36px;

    font-weight: normal;

    padding-bottom: 20px;

}

h2 { color:#68326D; font-size:22px; }

h3 { 

	color: #68326D;

    font-family: "RalewayThin";

    font-size: 21px;

    font-weight: normal;

    padding-bottom: 20px;

}

h4 { color:#68326D; font-size:18px; }

h5 { color:#68326D; font-size:16px; }

h6 { color:#68326D; font-size:14px; }

p { padding:0 0 10px 0;}

ol { padding:0 0 10px 20px; }

ol li { list-style-type:decimal; padding:0 0 10px 0; }

ul { padding:0 0 10px 0; }

ul li { 

	list-style-type:none;

	background: url("../images/buller-bg.gif") no-repeat scroll left 10px transparent;

    padding: 0 0 15px 25px;

}

a { color:#000000; text-decoration:none; }

a:hover { text-decoration:underline; }

input, textarea, select, option { font-family:Arial, Helvetica, sans-serif; font-size:12px; }